ebiten/cmd/ebitenmobile
Hajime Hoshi 00236daa39 cmd/ebitenmobile: Bug fix: Skip 'uinput-fpc' on the joystick detection on Android
Apparently 'uinput-fpc' is a fingerprint reader and is recognized as
a joystick unexpectedly. This was often a primary gamepad on Ebiten
and confused Ebiten applications.

This change fixes this issue by skipping 'uinput-fpc' at the joystick
detection.

Closes #1542
2021-03-14 23:28:04 +09:00
..
generate.go Add ebitenmobile command 2019-08-18 03:03:01 +09:00
gobind.go cmd/ebitenmobile: Bug fix: Skip 'uinput-fpc' on the joystick detection on Android 2021-03-14 23:28:04 +09:00
gobind.src.go cmd/ebitenmobile: Bug fix: Skip 'uinput-fpc' on the joystick detection on Android 2021-03-14 23:28:04 +09:00
gomobile.go Revert "cmd/ebitenmobile: Use the better way to go-get dependencies" 2021-02-14 18:27:10 +09:00
main.go cmd/ebitenmobile: Enable to specify a local gomobile 2020-07-25 03:11:40 +09:00