fixed bug with disabling overlay buttons during screen keyboard on Android
authorHolger Schemel <info@artsoft.org>
Thu, 7 Jan 2021 23:55:40 +0000 (00:55 +0100)
committerHolger Schemel <info@artsoft.org>
Thu, 7 Jan 2021 23:55:40 +0000 (00:55 +0100)
commit8ab1a8040e3d3615ac2f6656f38fef8a809364a8
tree820fe8550003345ee1c084fa6bb6f4ecaa12291b
parent6190042e932e3843eebcb863247b32772251bcea
fixed bug with disabling overlay buttons during screen keyboard on Android

When using the screen keyboard on Android systems with touch input,
keys on the screen keyboard like the "Return" key are handled as key
events, not text events, This causes the event handler to think that
a real keyboard is used instead of touch input, causing overlay touch
buttons to be disabled, even if the screen keyboard is immediately
followed by a request dialog, where overlay buttons should be used.
src/events.c