ebiten/internal/gamepaddb
Hajime Hoshi f383580d7b internal/gamepad: bug fix: wrong ID usages on Android
* IDs should have been decoded to a byte slice before checking the
  value.
* Ebitengine doesn't treat HID devices on Android so far, so checking
  whether the device was HID or not didn't make sense.

Updates #2309
2022-09-07 01:05:14 +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/gamepad: bug fix: wrong ID usages on Android 2022-09-07 01:05:14 +09:00