You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to get the ImGuiContext to loop through all the current Windows but there doesn't appear to be anyway to do this at the moment. The context contains the list of windows amongst other things. Or a direct way of getting a list of active windows.
ImGui::ShowMetricsWindow() within the imgui source does what I'd like and that's just getting a list of windows and their positions, would be nice if I could move the window programmatically through this way too, but not even sure imgui supports that out of the box.
The text was updated successfully, but these errors were encountered:
I'd like to get the ImGuiContext to loop through all the current Windows but there doesn't appear to be anyway to do this at the moment. The context contains the list of windows amongst other things. Or a direct way of getting a list of active windows.
ImGui::ShowMetricsWindow()
within the imgui source does what I'd like and that's just getting a list of windows and their positions, would be nice if I could move the window programmatically through this way too, but not even sure imgui supports that out of the box.The text was updated successfully, but these errors were encountered: