glass_move
Moves the pointer to coordinates relative to a window's edges, enabling precise clicks and drags in GUI automation. Use for a single pointer action; chain multiple actions with glass_do.
Instructions
Move the pointer to window-relative coordinates. If at least two next actions or waits are known, use glass_do instead of separate calls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Destination x, window-relative — 0 is the window's left edge, not the screen's. | |
| y | Yes | Destination y, window-relative — 0 is the window's top edge, not the screen's. |