Native referenceRedM

IS_USING_KEYBOARD_AND_MOUSE

0xA571D46727E2B718 PAD
FUNCTION SIGNATURE
BOOL IS_USING_KEYBOARD_AND_MOUSE(int padIndex);
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

Usage

Lua (Direct):

local result = IsUsingKeyboard(padIndex)

Lua (Hash):

local result = Citizen.InvokeNative(0xA571D46727E2B718, padIndex)
Back to PAD