mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-06 06:34:35 +00:00
Add capacitive sense gamepad events (#15627)
This commit is contained in:
parent
984fcdaa8a
commit
5b98c1cc2f
25 changed files with 457 additions and 27 deletions
|
|
@ -47,6 +47,7 @@ static const struct
|
|||
{ "gamepad_axis_arrow.png", "GP_AXARW.PNG" },
|
||||
{ "gamepad_wired.png", "GP_WIRED.PNG" },
|
||||
{ "gamepad_wireless.png", "GP_WLESS.PNG" },
|
||||
{ "gamepad_grip_sense.png", "GP_GRIPS.PNG" },
|
||||
{ "sdl-test_round.png", "SDLROUND.PNG" },
|
||||
{ NULL, NULL }
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue