IsControlReleased
Docslocal retval = IsControlReleased(padIndex, control)Description
Returns whether a control is currently not pressed.
Parameters
| Name | Type | Description |
|---|---|---|
padIndex | int | The control system instance to use. See [`ENABLE_ALL_CONTROL_ACTIONS`](#\_0xA5FFE9B05F199DE7). |
control | int | The [control ID](https://docs.fivem.net/docs/game-references/controls/#controls) to check. |
Returns
BOOLReturns TRUE (1) or FALSE (0).