Software Keyboard: Difference between revisions
Line 371: | Line 371: | ||
Reply data format: | Reply data format: | ||
* ChangedString*: +0 = string. Last 0x10-bytes: 4 u32s, where the first one is the length of the string in characters, | * ChangedString*: +0 = string. Last 0x10-bytes: 4 u32s, where the first one is the length of the string in characters, without NUL-terminator. The last u32 is cursorPos. The other 2 fields are s32s. | ||
* MovedCursor*: +0 = string. Last 0x8-bytes: 2 u32s, where the first one is the | * MovedCursor*: +0 = string. Last 0x8-bytes: 2 u32s, where the first one is the stringLen, and the second one is cursorPos. | ||
* DecidedEnter*: +0 = string. The last u32 is the | * DecidedEnter*: +0 = string. The last u32 is the stringLen. | ||
[[Category:Library Applets]] | [[Category:Library Applets]] |