godot/platform/uwp
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
..
export Export: Rename 'Windows Universal' to 'UWP' 2020-06-21 21:39:44 +02:00
app.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
app.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
context_egl_uwp.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
context_egl_uwp.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
detect.py SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
joypad_uwp.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
joypad_uwp.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
logo.png Enhanced iOS and UWP logo on Export dialog 2017-11-29 17:34:01 +07:00
os_uwp.cpp Fix Return key events in LineEdit & TextEdit on Android 2020-07-17 18:25:40 +02:00
os_uwp.h Fix Return key events in LineEdit & TextEdit on Android 2020-07-17 18:25:40 +02:00
platform_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
power_uwp.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
power_uwp.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
thread_uwp.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
thread_uwp.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00