Software Keyboard: Difference between revisions
Line 376: | Line 376: | ||
|- | |- | ||
| 0xC || 0x0 || UnsetCustomizedDictionaries || | | 0xC || 0x0 || UnsetCustomizedDictionaries || | ||
|- | |||
| 0xD || 0x1 || [8.0.0+] || Takes an input u8 bool which controls whether ChangedString*V2 or ChangedString* replies should be used. | |||
|- | |||
| 0xE || 0x1 || [8.0.0+] || Takes an input u8 bool which controls whether MovedCursor*V2 or MovedCursor* replies should be used. | |||
|} | |} | ||
Line 429: | Line 433: | ||
* MovedCursor*: +0 = string. Last 0x8-bytes: 2 u32s, where the first one is the stringLen, and the second one is cursorPos. | * 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 stringLen. | * DecidedEnter*: +0 = string. The last u32 is the stringLen. | ||
* *V2: | * *V2: See above. Last byte: u8 bool, passed to the callback as <code>flag==0</code>. | ||
== CustomizedDictionarySet == | == CustomizedDictionarySet == |