Add capacitive sense gamepad events (#15627)

This commit is contained in:
ceski 2026-05-17 08:26:29 -07:00 committed by GitHub
parent 984fcdaa8a
commit 5b98c1cc2f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
25 changed files with 457 additions and 27 deletions

View file

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