DisplayOnscreenKeyboard — FiveM Natives
0x00DC833F2568DBF6 · MISC · all
Displays a text input box. ``cpp enum eKeyboardType { ONSCREEN_KEYBOARD_ENGLISH = 0, ONSCREEN_KEYBOARD_LOCALISED = 1, ONSCREEN_KEYBOARD_PASSWORD = 2, ONSCREEN_KEYBOARD_GAMERTAG = 3, ONSCREEN_KEYBOARD_EMAIL = 4, ONSCREEN_KEYBOARD_BASIC_ENGLISH = 5, ONSCREEN_KEYBOARD_FILENAME = 6 }; ``
Parameters
| Name | Type | Description |
|---|---|---|
| keyboardType | int | See the list above. Default is `0`. |
| windowTitle | char* | Text label for the title of the box. |
| description | char* | Has no use on PC. |
| defaultText | char* | Default text that is written in the input field. |
| defaultConcat1 | char* | |
| defaultConcat2 | char* | |
| defaultConcat3 | char* | |
| maxInputLength | int | Max number of characters that can be typed (2 - 256). |
Returns
void