imgui_set_viewport_size
Resize the application viewport (SDL window) to specific pixel dimensions by providing width and height values, enabling precise control over the display area during UI design and iteration.
Instructions
Resize the application viewport (SDL window) to specific pixel dimensions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| width | Yes | Viewport width in pixels | |
| height | Yes | Viewport height in pixels |