virtualx-engine/platform/iphone
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_delegate.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
app_delegate.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
detect.py iOS SCons: static Vulkan binary usage 2020-07-25 21:55:25 +02:00
display_layer.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
display_layer.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
display_server_iphone.h Fix Return key events in LineEdit & TextEdit on Android 2020-07-26 20:06:07 +02:00
display_server_iphone.mm Fix Return key events in LineEdit & TextEdit on Android 2020-07-26 20:06:07 +02:00
game_center.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
game_center.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
godot_iphone.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
godot_view.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
godot_view.mm iOS: added delay gesture recognizer 2020-07-26 16:05:58 +03:00
godot_view_gesture_recognizer.h iOS: added delay gesture recognizer 2020-07-26 16:05:58 +03:00
godot_view_gesture_recognizer.m iOS: added delay gesture recognizer 2020-07-26 16:05:58 +03:00
godot_view_renderer.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
godot_view_renderer.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
icloud.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
icloud.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
in_app_store.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
in_app_store.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
ios.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
ios.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
joypad_iphone.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
joypad_iphone.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
logo.png Optimize images losslessly using oxipng -o6 --strip all --zopfli 2018-06-28 19:17:41 +02:00
main.m iOS: Vulkan support 2020-07-25 21:55:20 +02:00
os_iphone.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
os_iphone.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
platform_config.h Remove obsolete GLES3 backend 2020-02-13 10:36:44 +01:00
SCsub iOS: added delay gesture recognizer 2020-07-26 16:05:58 +03:00
view_controller.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
view_controller.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00
vulkan_context_iphone.h iOS: Vulkan support 2020-07-25 21:55:20 +02:00
vulkan_context_iphone.mm iOS: Vulkan support 2020-07-25 21:55:20 +02:00