Module swkbd

Source
Expand description

Software Keyboard applet.

This applet opens a virtual keyboard on the console’s bottom screen which lets the user write UTF-16 valid text.

Structs§

Features
Special features that can be activated via SoftwareKeyboard::set_features().
Filters
Availble filters to disallow some types of input for the SoftwareKeyboard.
ParentalLock
Configuration structure to setup the Parental Lock applet.
SoftwareKeyboard
Configuration structure to setup the Software Keyboard applet.

Enums§

Button
Represents which button the user pressed to close the SoftwareKeyboard.
ButtonConfig
Configuration to setup the on-screen buttons to exit the SoftwareKeyboard prompt.
CallbackResult
The type of result returned by a custom filter callback.
Error
Error returned by an unsuccessful SoftwareKeyboard::launch().
Kind
The type of keyboard used by the SoftwareKeyboard.
PasswordMode
Represents the password mode to conceal the input text for the SoftwareKeyboard.
ValidInput
Restrictions to enforce rules on the keyboard input.