mirror of
https://github.com/PabloMK7/citra.git
synced 2025-09-13 14:20:05 +00:00
applets/swkbd: Add callback support
This commit is contained in:
parent
2ff7ed4200
commit
8078256a88
6 changed files with 154 additions and 64 deletions
|
@ -161,7 +161,7 @@ struct SoftwareKeyboardConfig {
|
|||
u32_le text_offset; ///< Offset in the SharedMemory where the output text starts
|
||||
u16_le text_length; ///< Length in characters of the output text
|
||||
|
||||
s32_le callback_result;
|
||||
enum_le<SoftwareKeyboardCallbackResult> callback_result;
|
||||
std::array<u16_le, MAX_CALLBACK_MSG_LEN + 1> callback_msg;
|
||||
bool skip_at_check;
|
||||
INSERT_PADDING_BYTES(0xAB);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue