ebiten/mobile/ebitenmobileview
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
..
input_android.go internal/gamepaddb: enable the database for Android 2022-09-09 22:20:39 +09:00
input_ios.go internal/driver: remove Input 2022-02-06 18:34:31 +09:00
input.go internal/driver: move the key definitions to internal/ui 2022-02-06 19:14:18 +09:00
keys_android.go rename Ebiten -> Ebitengine 2022-05-25 22:48:19 +09:00
mobile.go internal/uidriver/*: integrate the packages into internal/ui 2022-02-06 17:23:04 +09:00
view_ios.go cmd/ebitenmobile: support Metal for iOS simulators 2022-03-23 01:34:58 +09:00