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. - Parental
Lock - Configuration structure to setup the Parental Lock applet.
- Software
Keyboard - Configuration structure to setup the Software Keyboard applet.
Enums§
- Button
- Represents which button the user pressed to close the
SoftwareKeyboard. - Button
Config - Configuration to setup the on-screen buttons to exit the
SoftwareKeyboardprompt. - Callback
Result - 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. - Password
Mode - Represents the password mode to conceal the input text for the
SoftwareKeyboard. - Valid
Input - Restrictions to enforce rules on the keyboard input.