aboutsummaryrefslogtreecommitdiff
path: root/src/common/input.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-01-30 09:15:29 -0600
committergerman77 <juangerman-13@hotmail.com>2022-01-30 09:17:22 -0600
commit3d2d77eb3f0e0b5cb9c881d33ba2406e61736723 (patch)
tree1353da12f172cc54af4c98d97b7aa20c92440333 /src/common/input.h
parent11099dda2e2ab67ba4861d1e927afaa2ccce1efa (diff)
input_common: Add home and hard touch press buttons to UDP controllers
Diffstat (limited to 'src/common/input.h')
-rw-r--r--src/common/input.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common/input.h b/src/common/input.h
index f4f9eb30a7..54fcb24b04 100644
--- a/src/common/input.h
+++ b/src/common/input.h
@@ -209,6 +209,8 @@ enum class ButtonNames {
Triangle,
Share,
Options,
+ Home,
+ Touch,
// Mouse buttons
ButtonMouseWheel,