summaryrefslogtreecommitdiff
path: root/src/common/input.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-01-18 18:16:27 -0800
committerGitHub <noreply@github.com>2022-01-18 18:16:27 -0800
commiteceee8e5f484772c80e00092b76b42ab42ef9826 (patch)
tree5fbfe7d08ccd2b05aacad5ead06e589cb8e92772 /src/common/input.h
parent101d86897b729ca66caf7cfee246e6f238ecf723 (diff)
parent9eab07f86370eb97eb6e87624163ae07fb055ac9 (diff)
Merge pull request #7725 from german77/mouse_in_motion
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 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