input_common: Reintroduce motion from mouse and use button names

This commit is contained in:
german77 2022-01-16 18:03:11 -06:00
parent 480b03b645
commit 9eab07f863
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