glass_move
Position the mouse cursor at specified window-relative coordinates. Define x and y relative to the target window's origin to move the pointer precisely within that 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. |