PassKeyboardInputToScaleform
Docslocal retval = PassKeyboardInputToScaleform(scaleformHandle)Description
Passes keyboard input to scaleform. You must call this native every frame. Once an input occurs, this native will return true and call SET_PC_KEY scaleform movie method with the key that has been inputted.
The key parameter which is passed to the scaleform can also be: "BACKSPACE", "ENTER" or "\x1b" (Which is ESC).
This native is only used in web_browser.c as of game build 2944.
Parameters
| Name | Type | Description |
|---|---|---|
scaleformHandle | int | Scaleform movie handle returned by [REQUEST_SCALEFORM_MOVIE](#\_0x11FE353CF9733E6F) |
Returns
BOOLReturns TRUE (1) or FALSE (0).