Merge pull request #8633 from Morph1984/optional-keys
applet/swkbd: Implement optional symbol keys
This commit is contained in:
commit
a761d020c6
5 changed files with 81 additions and 4 deletions
|
@ -17,6 +17,8 @@ struct KeyboardInitializeParameters {
|
|||
std::u16string sub_text;
|
||||
std::u16string guide_text;
|
||||
std::u16string initial_text;
|
||||
char16_t left_optional_symbol_key;
|
||||
char16_t right_optional_symbol_key;
|
||||
u32 max_text_length;
|
||||
u32 min_text_length;
|
||||
s32 initial_cursor_position;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue