From ec8c6e2c7c6689856a9a5547ece905339df994a8 Mon Sep 17 00:00:00 2001 From: Johan Manuel Date: Thu, 21 Jul 2016 23:58:58 +0200 Subject: Expose virtual keyboard functions to GDScript --- doc/base/classes.xml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) (limited to 'doc/base') diff --git a/doc/base/classes.xml b/doc/base/classes.xml index b8156133de..be0a0078fc 100644 --- a/doc/base/classes.xml +++ b/doc/base/classes.xml @@ -22721,6 +22721,18 @@ + + + + + Returns true if the platform has a virtual keyboard, false otherwise. + + + + + Hides the virtual keyboard if it is shown, does nothing otherwise. + + @@ -23033,6 +23045,13 @@ + + + + + Shows the virtual keyboard if the platform has one. The [i]existing_text[/i] parameter is useful for implementing your own LineEdit, as it tells the virtual keyboard what text has already been typed (the virtual keyboard uses it for auto-correct and predictions). + + -- cgit v1.2.3