VirtualKeyboardAdapter
VirtualKeyboardAdapter represents a global that must be used from code to send keyboard events to the VirtualKeyboard.
Properties
default_key_sets
(_in [[[KeyModel
]]]): Defines the default model of keys.open
: (in_out bool): Set to true to open the keyboard.int
: (out int): The index of the current key-set.keys
: (out [[KeyModel
]]): The current selected keys.
functions
switch_keyboard()
: Switches the current keys.
VirtualKeyboard
VirtualKeyboard represents an on screen keyboard. Must be used with VirtualKeyboardAdapter
.