ebiten/internal/gamepaddb
Hajime Hoshi 47558d20c5 internal/gamepaddb: enable the database for Android
Before this fix, the button and axis IDs are from the OS. These
didn't match with the SDL game controller databaes unfortunately.

This fix changes the assignments of the buttons and the axes to match
with the database.

Closes #2312
2022-09-09 22:20:39 +09:00
..
button.go internal/gamepaddb: move driver.StandardGamepadButton to gamepaddb.StandardButton 2022-02-05 23:11:09 +09:00
gamecontrollerdb.txt internal/gamepaddb: update the database 2022-08-19 02:54:03 +09:00
gamecontrollerdb.txt.go internal/gamepaddb: update the database 2022-08-19 02:54:03 +09:00
gamepaddb_ios.go Add internal/gamepaddb (#1805) 2021-09-11 22:46:05 +09:00
gamepaddb_notios.go Add internal/gamepaddb (#1805) 2021-09-11 22:46:05 +09:00
gamepaddb_test.go internal/gamepaddb: bug fix: don't panic with invalid inputs 2022-07-29 12:14:20 +09:00
gamepaddb.go internal/gamepaddb: enable the database for Android 2022-09-09 22:20:39 +09:00
sdl.go internal/gamepaddb: enable the database for Android 2022-09-09 22:20:39 +09:00