Note: This is a work in progress and will be formatting errors. Read more about the project on the home page. mouseLoc Value returned: a point equal to the current position of the mouse pointer relative to the current card Examples
Demo Script
PlaceholderspointHyperTalk DefinitionAn expression that evaluates to a specific screen location, in the form of two integers separated by a comma. Item 1 of a point is the horizontal offset (in pixels). Item 2 of a point is the vertical offset (in pixels). For example:
AppleScript DefinitionAn expression that evaluates to a specific screen location, in the form of a list with two integer elements. For example:{ 91, 303 }clickLoc Related Topics |
Version 0.7b1 (March 24, 2022)