send_mouse_motion
Move the mouse cursor to specified viewport coordinates for hover effects, aiming, or cursor tracking in Godot. Requires run_interactive.
Instructions
Move the mouse cursor to specific coordinates without clicking. Use for hover effects, aiming, and cursor tracking. Requires run_interactive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate in viewport pixels. | |
| y | Yes | Y coordinate in viewport pixels. |