From 095331fae4e31ea56c415ee62049e1e00cb7965a Mon Sep 17 00:00:00 2001 From: PouleyKetchoupp Date: Sun, 9 Aug 2020 11:06:36 +0200 Subject: Add option to disable virtual keyboard for TextEdit Adding support for disabling virtual keyboard on mobile platforms, in order to make it consistent with LineEdit. It allows implementing a custom virtual keyboard. --- doc/classes/TextEdit.xml | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/TextEdit.xml b/doc/classes/TextEdit.xml index b7240655af..d4abac15c0 100644 --- a/doc/classes/TextEdit.xml +++ b/doc/classes/TextEdit.xml @@ -430,6 +430,9 @@ Vertical scroll sensitivity. + + If [code]true[/code], the native virtual keyboard is shown when focused on platforms that support it. + If [code]true[/code], enables text wrapping when it goes beyond the edge of what is visible. -- cgit v1.2.3