YLoc
(Engine-Level Function)
| Description: | Returns the Y window coordinate of the locator (mouse). |
| Returns: | Numeric |
Usage: ![]() |
Script or steady state. |
| Function Groups: | Graphics, Locator, Window |
| Related to: | SetXLoc | SetYLoc | WinXLoc | WinYLoc | XLoc |
Format: ![]() |
YLoc() |
| Parameters: | None |
Example:
If Change(YLoc(), 10); [ ... ]
The action trigger will become true when the Y-coordinate of the mouse changes by more than 10 pixels, and the script will then execute.
