mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2026-04-22 15:57:15 +08:00
1d72ff7218
Accept input events from sourceUnknown on Android when the deviceID is virtualKeyboard (-1). This can happen especially with control keys like backspace or DEL on certain IMEs. See linked issue for more details on IME behavior. Closes #3415