godot/platform/uwp
PouleyKetchoupp 8c05dadcff 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-26 20:06:07 +02:00
..
export Add override keywords. 2020-07-10 13:56:54 +01:00
app.cpp Style: Enforce separation line between function definitions 2020-05-14 16:54:55 +02:00
app.h Port member initialization from constructor to declaration (C++11) 2020-05-14 10:01:56 +02:00
context_egl_uwp.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
context_egl_uwp.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
detect.py SCons: Remove unused DEBUG_MEMORY_ENABLED define 2020-07-23 09:39:10 +02:00
joypad_uwp.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
joypad_uwp.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02: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-26 20:06:07 +02:00
os_uwp.h Fix Return key events in LineEdit & TextEdit on Android 2020-07-26 20:06:07 +02:00
platform_config.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
SCsub SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
thread_uwp.cpp Style: Fix unnecessary semicolons that confused clang-format 2020-05-19 11:24:58 +02:00
thread_uwp.h Style: Fix unnecessary semicolons that confused clang-format 2020-05-19 11:24:58 +02:00