summaryrefslogtreecommitdiffstats
path: root/src/common
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2022-01-19 03:16:27 +0100
committerGitHub <noreply@github.com>2022-01-19 03:16:27 +0100
commiteceee8e5f484772c80e00092b76b42ab42ef9826 (patch)
tree5fbfe7d08ccd2b05aacad5ead06e589cb8e92772 /src/common
parentMerge pull request #7712 from bunnei/fix-thread-exit (diff)
parentinput_common: Reintroduce motion from mouse and use button names (diff)
downloadyuzu-eceee8e5f484772c80e00092b76b42ab42ef9826.tar
yuzu-eceee8e5f484772c80e00092b76b42ab42ef9826.tar.gz
yuzu-eceee8e5f484772c80e00092b76b42ab42ef9826.tar.bz2
yuzu-eceee8e5f484772c80e00092b76b42ab42ef9826.tar.lz
yuzu-eceee8e5f484772c80e00092b76b42ab42ef9826.tar.xz
yuzu-eceee8e5f484772c80e00092b76b42ab42ef9826.tar.zst
yuzu-eceee8e5f484772c80e00092b76b42ab42ef9826.zip
Diffstat (limited to 'src/common')
-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