Difference between revisions of "Application:setKeyboardVisibility"

From GiderosMobile
m (Text replacement - "<source" to "<syntaxhighlight")
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
__NOTOC__
+
'''Available since:''' Gideros 2018.6<br/>
'''<translate>Available since</translate>:''' in development<br/>
+
'''Class:''' [[Application]]<br/>
=== <translate>Description</translate> ===
+
 
<translate>Show or hide to native on-screen keyboard if available</translate>
+
=== Description ===
<source lang="lua">
+
Show or hide the native on-screen keyboard if available.
(boolean) = Application:setKeyboardVisibility(visible)
+
 
</source>
+
<syntaxhighlight lang="lua">
=== <translate>Parameters</translate> ===
+
(boolean) = application:setKeyboardVisibility(visible)
'''visible''': (boolean) <translate>if the keyboard should be shown</translate> <br/>
+
</syntaxhighlight>
=== <translate>Return values</translate> ===
+
 
'''<translate>Returns</translate>''' (boolean) <translate>true if the device support a native on screen keyboard</translate><br/>
+
=== Parameters ===
 +
'''visible''': (boolean) if the keyboard should be shown
 +
 
 +
=== Return values ===
 +
'''Returns''' (boolean) true if the device support a native on screen keyboard<br/>
 +
 
 +
{{Application}}

Latest revision as of 17:58, 12 July 2023

Available since: Gideros 2018.6
Class: Application

Description

Show or hide the native on-screen keyboard if available.

(boolean) = application:setKeyboardVisibility(visible)

Parameters

visible: (boolean) if the keyboard should be shown

Return values

Returns (boolean) true if the device support a native on screen keyboard