imgui_get_widget_rect
Get a Dear ImGui widget's exact rendered bounding box in pixel coordinates to precisely position UI elements or handle interactions.
Instructions
Get the actual rendered bounding box of a widget in pixel coordinates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Widget identifier | |
| window | Yes | Window containing the widget |