Changes

Jump to navigation Jump to search
20 bytes added ,  03:03, 20 December 2018
Line 124: Line 124:  
== Text Check ==
 
== Text Check ==
   −
If text checking is enabled in [[#KeyboardConfig]], text will be checked when the submit button is pressed. First, swkbd sends the text via PushInteractiveOutData. This storage is 0x7D4-bytes.
+
If text checking is enabled in [[#KeyboardConfig]], text will be checked when the submit button is pressed. First, swkbd sends the text via PushInteractiveOutData. Normally size 0x7D4 is allocated for the string.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"
Line 136: Line 136:  
|}
 
|}
   −
The application then has an opportunity to validate or reject the text. It creates a new IStorage, writes the response to it, and sends it via PushInteractiveInData. This storage is 0x7D4-bytes.
+
The application then has an opportunity to validate or reject the text. It creates a new IStorage, writes the response to it, and sends it via PushInteractiveInData. This storage is 0x7D8-bytes.
    
{| class="wikitable" border="1"
 
{| class="wikitable" border="1"

Navigation menu