imgui_scroll_window
Scroll the mouse wheel over a specific window in a Dear ImGui UI to simulate vertical scrolling input, with configurable scroll direction and amount for testing and iterating on game interfaces.
Instructions
Scroll the mouse wheel over a window
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| window | Yes | Window ID to scroll | |
| delta_y | No | Vertical scroll amount (positive=up, negative=down) |