Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 374 Bytes

File metadata and controls

20 lines (14 loc) · 374 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

  • User Interactive