diff options
author | german77 <juangerman-13@hotmail.com> | 2022-01-16 18:03:11 -0600 |
---|---|---|
committer | german77 <juangerman-13@hotmail.com> | 2022-01-16 20:37:34 -0600 |
commit | 9eab07f86370eb97eb6e87624163ae07fb055ac9 (patch) | |
tree | 1a6a123331324404cd64dd6622ac191a76e6bd4e /src/common/input.h | |
parent | 480b03b6456b2fef81226c449493f6425e5137da (diff) |
input_common: Reintroduce motion from mouse and use button names
Diffstat (limited to 'src/common/input.h')
-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 f775a4c011..f4f9eb30a7 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 |