ebiten/cmd
Hajime Hoshi 1a2b308ae3 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:20 +09:00
..
ebitenmobile cmd/ebitenmobile: Bug fix: Skip 'uinput-fpc' on the joystick detection on Android 2021-03-14 23:28:20 +09:00