Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 546 Bytes

File metadata and controls

25 lines (19 loc) · 546 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