godot/doc
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
..
classes Fix Return key events in LineEdit & TextEdit on Android 2020-07-26 20:06:07 +02:00
tools makerst: Print status messages to make the CI output clearer 2020-05-27 22:24:33 +02:00
translations i18n: Sync classref translation template with current docs 2020-06-25 11:00:39 +02:00
Doxyfile
Makefile SCons: Drop support for Python 2 2020-03-25 15:25:37 +01:00