godot/core/os
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
..
copymem.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
dir_access.cpp Improve UX of drive letters 2020-03-17 14:48:54 +01:00
dir_access.h Improve UX of drive letters 2020-03-17 14:48:54 +01:00
file_access.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
file_access.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
input.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
input.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
input_event.cpp Add support for the WinTab API for pen input. (3.2) 2020-05-05 14:56:02 +03:00
input_event.h Support SDL2 half axes and inverted axes mappings. 2020-06-26 06:28:56 +01:00
keyboard.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
keyboard.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
main_loop.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
main_loop.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
memory.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
memory.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
midi_driver.cpp ALSA MIDI driver: 2020-01-22 21:41:48 +01:00
midi_driver.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mutex.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
mutex.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
os.cpp Fix Return key events in LineEdit & TextEdit on Android 2020-07-17 18:25:40 +02:00
os.h Fix Return key events in LineEdit & TextEdit on Android 2020-07-17 18:25:40 +02:00
rw_lock.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
rw_lock.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
semaphore.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
semaphore.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
thread.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
thread.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
thread_dummy.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
thread_dummy.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
thread_safe.cpp Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
thread_safe.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00
threaded_array_processor.h Update copyright statements to 2020 2020-01-01 11:16:22 +01:00