early-access version 2859

This commit is contained in:
pineappleEA
2022-07-25 19:06:59 +02:00
parent e67346417b
commit 1f02fcfc6e
43 changed files with 1334 additions and 333 deletions

View File

@@ -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;