Merge pull request #7807 from german77/moar-buttons

input_common: Add home and hard touch press buttons to UDP controllers
This commit is contained in:
bunnei 2022-02-01 22:37:13 -07:00 committed by GitHub
commit 72add82ee9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 22 additions and 3 deletions

View file

@ -209,6 +209,8 @@ enum class ButtonNames {
Triangle,
Share,
Options,
Home,
Touch,
// Mouse buttons
ButtonMouseWheel,