glass_move
Move the mouse pointer to a specific x,y coordinate relative to the active window.
Instructions
Move the pointer to window-relative coordinates.
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. |