DisplayOnscreenKeyboardWithLongerInitialString — FiveM Natives
0xCA78CFA0366592FE · MISC · all
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
void