simulate_mouse_click
Simulate mouse clicks at specific screen positions with configurable button and press state for automated input testing in the Godot editor.
Instructions
Simulate a mouse click at a screen position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| button | No | Mouse button (default: left) | left |
| pressed | No | Whether pressed (default: true) | |
| position | Yes | Screen position [x, y] |