game_mouse_move
Move mouse cursor to absolute or relative positions in a running Godot game. Control targeting, UI interactions, or camera rotation by specifying coordinates or offsets.
Instructions
Move the mouse in the running Godot game
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | Absolute X position | |
| y | Yes | Absolute Y position | |
| relative_x | No | Relative X movement | |
| relative_y | No | Relative Y movement |