diff options
author | german77 <juangerman-13@hotmail.com> | 2022-01-17 01:03:11 +0100 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-01-17 03:37:34 +0100 |
commit | 9eab07f86370eb97eb6e87624163ae07fb055ac9 (patch) | |
tree | 1a6a123331324404cd64dd6622ac191a76e6bd4e /src/common | |
parent | Merge pull request #7713 from gidoly/patch-3 (diff) | |
download | yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar.gz yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar.bz2 yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar.lz yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar.xz yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.tar.zst yuzu-9eab07f86370eb97eb6e87624163ae07fb055ac9.zip |
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/input.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/input.h b/src/common/input.h index f775a4c01..f4f9eb30a 100644 --- a/src/common/input.h +++ b/src/common/input.h @@ -209,6 +209,13 @@ enum class ButtonNames { Triangle, Share, Options, + + // Mouse buttons + ButtonMouseWheel, + ButtonBackward, + ButtonForward, + ButtonTask, + ButtonExtra, }; // Callback data consisting of an input type and the equivalent data status |