Beta Documentation - Subject to change.

Test if the shift key is pressed.

Syntax

Lua
function Control.IsShiftKeyDown();

Returns

Type: boolean
True if the shift key is pressed.

Remarks

Test if the shift key is pressed.

See Also