Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 508 Bytes

File metadata and controls

26 lines (19 loc) · 508 Bytes

Option

Description

Option return TRUE if the Option key (Mac) or Alt key (Windows) was depressed during the last user event. This function operates with the MouseDown, KeyDown, AutoKey, GetPt, GetPtL, GetLine, and GetRect calls.

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

See Also

VS Functions: MouseDown | KeyDown | AutoKey

Version

Availability: from All Versions

Category

  • User Interactive