Changes

266 bytes added ,  21:10, 1 June 2019
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: +0 = string. Last byte: u8 bool, passed to the callback as <code>flag==0</code>.
+
* *V2: See above. Last byte: u8 bool, passed to the callback as <code>flag==0</code>.
    
== CustomizedDictionarySet ==
 
== CustomizedDictionarySet ==