virtualx-engine/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
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
file_access.h
input.cpp
input.h
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
keyboard.h
main_loop.cpp
main_loop.h
memory.cpp
memory.h
midi_driver.cpp ALSA MIDI driver: 2020-01-22 21:41:48 +01:00
midi_driver.h
mutex.cpp
mutex.h
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
rw_lock.h
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
semaphore.cpp
semaphore.h
thread.cpp
thread.h
thread_dummy.cpp
thread_dummy.h
thread_safe.cpp
thread_safe.h
threaded_array_processor.h