aboutsummaryrefslogtreecommitdiff
path: root/src/common/input.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2022-01-16 18:03:11 -0600
committergerman77 <juangerman-13@hotmail.com>2022-01-16 20:37:34 -0600
commit9eab07f86370eb97eb6e87624163ae07fb055ac9 (patch)
tree1a6a123331324404cd64dd6622ac191a76e6bd4e /src/common/input.h
parent480b03b6456b2fef81226c449493f6425e5137da (diff)
input_common: Reintroduce motion from mouse and use button names
Diffstat (limited to 'src/common/input.h')
-rw-r--r--src/common/input.h7
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