IS_DISABLED_RAW_KEY_DOWN
Gets if the specified `rawKeyIndex` is pressed down, even if the key is disabled with [DISABLE_RAW_KEY_THIS_FRAME](#\_0x8BCF0014). Virtual key codes can be found [here](https://learn.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes)
CFX
Signature
lua
IsDisabledRawKeyDown(0)
-- returns BOOLParameters
| Name | Type | Description |
|---|---|---|
| int | Index of raw key from keyboard. |
Usage
lua
IsDisabledRawKeyDown(0)Details
- Hash
- API set
- Source
- cfx
Source: cfx
