Hide Virtual Keyboard Icon Hide Virtual Keyboard

This action can be used to hide the virtual keyboard on the device running the game. Calling this action will generate a System Asynchronous Event, in which the async_load DS map will be populated with the following key/value pairs:

 

Action Syntax:

Hide Virtual Keyboard Action

Example:

Hide Virtual Keyboard ExampleThe above action block code checks for a mouse down action, and if one is detected, then a check is performed to see if the OS virtual keyboard is showing. If it isn't then it is set to show - using a numeric keypad type - and if is already showing then it is hidden.