virtualx-engine/platform
PouleyKetchoupp c0b394572f Fix Return key events in LineEdit & TextEdit on Android
Depending on the device implementation, editor actions could be
received with different action ids or not at all for multi-line.

Added a parameter to virtual keyboards to properly handle single-line
and multi-line cases in all situations.

Single-line:
Input type set to text without multiline to make sure actions are sent.
IME options are set to DONE action to force action id consistency.

Multi-line:
Input type set to text and multiline to make sure enter triggers new lines.
Actions are disabled by the multiline flag, so '\n' characters are
handled in text changed callbacks.
2020-07-17 18:25:40 +02:00
..
android Fix Return key events in LineEdit & TextEdit on Android 2020-07-17 18:25:40 +02:00
iphone Fix Return key events in LineEdit & TextEdit on Android 2020-07-17 18:25:40 +02:00
javascript Fix setenv not defined in older emscripten verions. 2020-07-15 22:21:47 +02:00
osx [macOS, 3.2] Fix window size on macOS Big Sur (title bar height is no longer same as menu height), use top-left corner as resize origin instead of bottom-left. 2020-07-14 17:38:16 +03:00
server SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
uwp Fix Return key events in LineEdit & TextEdit on Android 2020-07-17 18:25:40 +02:00
windows Fix use uninitialized ofs variable introduced in 39701. 2020-06-22 15:41:36 +02:00
x11 X11: Ensure XGetWindowProperty data gets freed 2020-06-29 13:05:24 +02:00
register_platform_apis.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00