imgui_click_widget
Simulate a mouse click on any Dear ImGui widget by its ID within a specified window. Select left, right, or middle mouse button to trigger the desired action and test UI interactivity.
Instructions
Simulate a mouse click on a widget by its ID
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Widget ID to click | |
| button | No | Mouse button (0=left, 1=right, 2=middle) | |
| window | Yes | Window ID containing the widget |