imgui_move_window
Reposition a Dear ImGui window to a specified X and Y coordinate by providing its window identifier, enabling real-time UI layout adjustments during live preview.
Instructions
Move a window to a new position
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| x | Yes | New X position | |
| y | Yes | New Y position | |
| id | Yes | Window identifier |