mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-05-16 09:48:26 +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
|
@ -652,6 +652,8 @@ static const char *gamepad_button_names[] = {
|
|||
"Misc2",
|
||||
"Misc3",
|
||||
"Misc4",
|
||||
"Misc5",
|
||||
"Misc6",
|
||||
};
|
||||
SDL_COMPILE_TIME_ASSERT(gamepad_button_names, SDL_arraysize(gamepad_button_names) == SDL_GAMEPAD_BUTTON_MAX);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue