| Property | Value |
|---|---|
| Native Name | _IS_USING_KEYBOARD |
| Hash | 0xA571D46727E2B718 |
| Return Type | BOOL |
| Build | 1207 |
| Parameters | padIndex (int) |
Description: padIndex is not used
Old name: _IS_USING_KEYBOARD
Parameters
padIndex(int) — The control system instance to use. SeeENABLE_ALL_CONTROL_ACTIONS.
Usage
Lua (Direct):
local result = IsUsingKeyboard(padIndex)
Lua (Hash):
local result = Citizen.InvokeNative(0xA571D46727E2B718, padIndex)