Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting ImGuiContext or just a list of current windows? #382

Open
Hi-ImKyle opened this issue Jan 21, 2023 · 1 comment
Open

Getting ImGuiContext or just a list of current windows? #382

Hi-ImKyle opened this issue Jan 21, 2023 · 1 comment

Comments

@Hi-ImKyle
Copy link

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.

@Hi-ImKyle
Copy link
Author

PR #273 provides the ability I am looking for but is a few versions behind

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant