imgui_set_safe_area
Set safe area insets in pixels so that anchored ImGui windows respect and stay within the defined screen boundaries. Provide top, bottom, left, and right inset values to control window positioning.
Instructions
Set safe area insets (in pixels) that anchored windows will respect
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | Yes | Top inset in pixels | |
| left | Yes | Left inset in pixels | |
| right | Yes | Right inset in pixels | |
| bottom | Yes | Bottom inset in pixels |