summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPouleyKetchoupp <pouleyketchoup@gmail.com>2020-07-22 08:04:48 +0200
committerPouleyKetchoupp <pouleyketchoup@gmail.com>2020-07-22 08:19:05 +0200
commit0aa56e3ab8722217c2d377672aa73d67f10aabd0 (patch)
treefa4a1b27b82414a53ad06513274066e93441aa50 /doc
parentf6b6d51052b64c9ce11039db7a35e75e374e6ef3 (diff)
Add option to disable virtual keyboard for LineEdit
Co-authored-by: Alexander Holland <alexander.holland@live.de>
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/LineEdit.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/classes/LineEdit.xml b/doc/classes/LineEdit.xml
index c1c54dd11b..feac483fc4 100644
--- a/doc/classes/LineEdit.xml
+++ b/doc/classes/LineEdit.xml
@@ -167,6 +167,9 @@
String value of the [LineEdit].
[b]Note:[/b] Changing text using this property won't emit the [signal text_changed] signal.
</member>
+ <member name="virtual_keyboard_enabled" type="bool" setter="set_virtual_keyboard_enabled" getter="is_virtual_keyboard_enabled" default="true">
+ If [code]true[/code], the native virtual keyboard is shown when focused on platforms that support it.
+ </member>
</members>
<signals>
<signal name="text_change_rejected">