| Property | Value |
|---|---|
| Native Name | DISPLAY_ONSCREEN_KEYBOARD_WITH_LONGER_INITIAL_STRING |
| Hash | 0xCA78CFA0366592FE |
| Return Type | void |
| Parameters | keyboardType (int), windowTitle (char*), description (char*), defaultText (char*), defaultConcat1 (char*), defaultConcat2 (char*), defaultConcat3 (char*), defaultConcat4 (char*), defaultConcat5 (char*), defaultConcat6 (char*), defaultConcat7 (char*), maxInputLength (int) |
Description: Displays the text input box with support for input with 500 characters.
Parameters
keyboardType(int) — SeeDISPLAY_ONSCREEN_KEYBOARDwindowTitle(char*) — Text label of the window title.description(char*) — Unused on PC.defaultText(char*) — Default text that is written in the input field.defaultConcat1(char*)defaultConcat2(char*)defaultConcat3(char*)defaultConcat4(char*)defaultConcat5(char*)defaultConcat6(char*)defaultConcat7(char*)maxInputLength(int) — Value between 2 - 500.