Difference between revisions of "Application:setKeyboardVisibility"

From GiderosMobile
m (Text replacement - "</source" to "</syntaxhighlight")
Line 7: Line 7:
 
<source lang="lua">
 
<source lang="lua">
 
(boolean) = application:setKeyboardVisibility(visible)
 
(boolean) = application:setKeyboardVisibility(visible)
</source>
+
</syntaxhighlight>
  
 
=== Parameters ===
 
=== Parameters ===

Revision as of 17:54, 12 July 2023

Available since: Gideros 2018.6
Class: Application

Description

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

<source lang="lua"> (boolean) = application:setKeyboardVisibility(visible) </syntaxhighlight>

Parameters

visible: (boolean) if the keyboard should be shown

Return values

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