mirror of
https://github.com/hajimehoshi/ebiten.git
synced 2024-11-10 04:57:26 +01:00
1a9bff390d
Note that this is a theoretical bug - I do not have a keyboard I can reproduce this. However, if I remove a key from genkeys.go, pressing that key will, after this change, still emit its character to AppendInputChars. Thus, this better supports "odd" international keyboards. Also, make the updateInput calls more consistent - always one call per event. This should change no behavior, but should be more debuggable. Closes #2684 |
||
---|---|---|
.. | ||
input_android.go | ||
input_ios.go | ||
input.go | ||
keys_android.go | ||
keys_ios.go | ||
mobile.go | ||
view_ios.go |