imgui_hover_widget
Simulate mouse input by moving the cursor over a specific ImGui widget, identified by its window and widget ID, to enable hover-dependent interactions in your game UI.
Instructions
Move the mouse cursor to hover over a widget
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Widget ID to hover | |
| window | Yes | Window ID containing the widget |