game_click
Click a specific coordinate in a running Godot game window, with support for left, right, or middle mouse buttons.
Instructions
Click at a position in the running Godot game window
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | X coordinate to click | |
| y | Yes | Y coordinate to click | |
| button | No | Mouse button (1=left, 2=right, 3=middle). Default: 1 |