mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-23 04:59:10 +00:00
Even more miscellaneous gamepad buttons!
This commit is contained in:
parent
cb70e972e3
commit
d04fea8b87
6 changed files with 23 additions and 1 deletions
|
@ -122,6 +122,8 @@ typedef enum
|
|||
SDL_GAMEPAD_BUTTON_MISC2, /* Additional button */
|
||||
SDL_GAMEPAD_BUTTON_MISC3, /* Additional button */
|
||||
SDL_GAMEPAD_BUTTON_MISC4, /* Additional button */
|
||||
SDL_GAMEPAD_BUTTON_MISC5, /* Additional button */
|
||||
SDL_GAMEPAD_BUTTON_MISC6, /* Additional button */
|
||||
SDL_GAMEPAD_BUTTON_MAX
|
||||
} SDL_GamepadButton;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue