Merge pull request #7725 from german77/mouse_in_motion

input_common: Reintroduce motion from mouse and use button names
This commit is contained in:
bunnei
2022-01-18 18:16:27 -08:00
committed by GitHub
5 changed files with 64 additions and 1 deletions

View File

@ -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