DisplayOnscreenKeyboardWithLongerInitialString
DocsDisplayOnscreenKeyboardWithLongerInitialString(keyboardType, windowTitle, description, defaultText, defaultConcat1, defaultConcat2, defaultConcat3, defaultConcat4, defaultConcat5, defaultConcat6, defaultConcat7, maxInputLength)Description
Displays the text input box with support for input with 500 characters.
Parameters
| Name | Type | Description |
|---|---|---|
keyboardType | int | See [`DISPLAY_ONSCREEN_KEYBOARD`](#\_0x00DC833F2568DBF6) |
windowTitle | 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. |
Returns
voidThis native does not return a value.