![]() |
Lua Player Plus Vita
Documentation of lpp-vita
|
Module that handles system keyboard. More...
Enumerations | |
| enum | KeyMode { MODE_TEXT , MODE_PASSWORD } |
| Keyboard modes to use with Keyboard.start. More... | |
| enum | KeyType { TYPE_DEFAULT , TYPE_LATIN , TYPE_NUMBER , TYPE_NUMBER_EXT } |
| Keyboard types to use with Keyboard.start. More... | |
| enum | KeyOption { OPT_MULTILINE , OPT_NO_AUTOCAP , OPT_NO_ASSISTANCE } |
| Optional keyboard features usable. More... | |
Functions | |
| void | Keyboard::start (string title, string text, int length, KeyType type, KeyMode mode, KeyOption opt) |
| Start a keyboard instance. | |
| DlgState | Keyboard::getState (void) |
| Get keyboard state. | |
| string | Keyboard::getInput (void) |
| Get keyboard user input. | |
| void | Keyboard::clear (void) |
| Close current system keyboard instance. | |
Module that handles system keyboard.
| enum KeyMode |
Keyboard modes to use with Keyboard.start.
| Enumerator | |
|---|---|
| MODE_TEXT | Text mode. |
| MODE_PASSWORD | Password mode. |
| enum KeyType |
Keyboard types to use with Keyboard.start.
| Enumerator | |
|---|---|
| TYPE_DEFAULT | Default type. |
| TYPE_LATIN | Latin encode type. |
| TYPE_NUMBER | Basic number type. |
| TYPE_NUMBER_EXT | Extended number type. |
| enum KeyOption |
| void Keyboard::start | ( | string | title, |
| string | text, | ||
| int | length, | ||
| KeyType | type, | ||
| KeyMode | mode, | ||
| KeyOption | opt | ||
| ) |
Start a keyboard instance.
| title | - The keyboard title. |
| text | - The keyboard initial text. |
| length | - The text maximum length (optional). |
| type | - The keyboard type (optional). |
| mode | - The keyboard mode (optional). |
| opt | - Optional keyboard features to use (optional). |
| DlgState Keyboard::getState | ( | void | ) |
Get keyboard state.
| string Keyboard::getInput | ( | void | ) |
| void Keyboard::clear | ( | void | ) |
Close current system keyboard instance.