Native referenceFiveM

CANCEL_ONSCREEN_KEYBOARD

0x58A39BE597CE99CD MISC
FUNCTION SIGNATURE
void CANCEL_ONSCREEN_KEYBOARD(/* parameters not documented */);
Property Value
Native Name CANCEL_ONSCREEN_KEYBOARD
Hash 0x58A39BE597CE99CD
Return Type void

Description: Closes the onscreen keyboard on console versions of the game.

NOTE: Do not use this native in FiveM/PC, because UPDATE_ONSCREEN_KEYBOARD value doesn't get cleaned up and stays as 0. You should use FORCE_CLOSE_TEXT_INPUT_BOX instead.

Back to MISC