summaryrefslogtreecommitdiff
path: root/src/common/input.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-02-01 22:37:13 -0700
committerGitHub <noreply@github.com>2022-02-01 22:37:13 -0700
commit72add82ee99bdf43d655bf33c005da1002f0e650 (patch)
tree1c4efefe60c16ad411b6db7afb333dcce36070b0 /src/common/input.h
parent79e8f4abe81b3599104ae91401d11a07c2eff208 (diff)
parent3d2d77eb3f0e0b5cb9c881d33ba2406e61736723 (diff)
Merge pull request #7807 from german77/moar-buttons
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 f4f9eb30a..54fcb24b0 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,