# Constants
DefaultKeyboard is the keyboard with default input style and "return" return key.
KeyBack represents the back button which may be hardware or software.
NumberKeyboard is the keyboard with number input style and "Done" return key.
PasswordKeyboard is used to ensure that text is not leaked to 3rd party keyboard providers.
SingleLineKeyboard is the keyboard with default input style and "Done" return key.
# Structs
TouchEvent contains data relating to mobile touch events.
# Interfaces
Device describes functionality only available on mobile.
Driver represents the extended capabilities of a mobile driver
Since: 2.4.
Keyboardable describes any CanvasObject that needs a keyboard.
Touchable represents mobile touch events that can be sent to CanvasObjects.
# Type aliases
KeyboardType represents a type of virtual keyboard.