Beta Documentation - Subject to change.

Test if the control key is pressed.

Syntax

Lua
function Control.IsControlKeyDown();

Returns

Type: boolean
True if the control key is pressed.

Remarks

Test if the control key is pressed.

See Also