function
isLogicalKeyDisabled (client-side)
Available since version: 0.2
The function is used to check whether the specified game key action is disabled.
Declaration
bool isLogicalKeyDisabled(int logicalKeyId)
Parameters
int
logicalKeyId: the id of the logical key. For more information see Logical key constants.
Returns bool
true
when the game key action is disabled, otherwise false
.