imgui_set_widget_size
Set a widget's width and height in a specified Dear ImGui window to control its layout and appearance in real time.
Instructions
Set the size of a widget
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Widget identifier | |
| width | Yes | New width | |
| height | Yes | New height | |
| window | Yes | Window containing the widget |