Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 412 Bytes

File metadata and controls

19 lines (14 loc) · 412 Bytes

Shift

Description

Shift returns TRUE if the Shift key was depressed during the last user event. This function operates with the MouseDown, KeyDown, AutoKey, GetPt, GetPtL, GetLine, and GetRect calls.

FUNCTION Shift : BOOLEAN;
def vs.Shift():
    return BOOLEAN

Version

Availability: from All Versions

Category