diff options
| author | 2022-02-01 22:37:13 -0700 | |
|---|---|---|
| committer | 2022-02-01 22:37:13 -0700 | |
| commit | 72add82ee99bdf43d655bf33c005da1002f0e650 (patch) | |
| tree | 1c4efefe60c16ad411b6db7afb333dcce36070b0 /src/common/input.h | |
| parent | Merge pull request #7833 from lioncash/file-sys (diff) | |
| parent | input_common: Add home and hard touch press buttons to UDP controllers (diff) | |
| download | yuzu-72add82ee99bdf43d655bf33c005da1002f0e650.tar.gz yuzu-72add82ee99bdf43d655bf33c005da1002f0e650.tar.xz yuzu-72add82ee99bdf43d655bf33c005da1002f0e650.zip | |
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.h | 2 |
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 { | |||
| 209 | Triangle, | 209 | Triangle, |
| 210 | Share, | 210 | Share, |
| 211 | Options, | 211 | Options, |
| 212 | Home, | ||
| 213 | Touch, | ||
| 212 | 214 | ||
| 213 | // Mouse buttons | 215 | // Mouse buttons |
| 214 | ButtonMouseWheel, | 216 | ButtonMouseWheel, |