ImGui Viewport, bring imgui viewports to top front on main window click #7402
Im-Rises
started this conversation in
New Users Build/Link/Run issues ONLY!
Replies: 1 comment
|
For future reference, this section is for build/link/run/font issues only. Next time open an issue. Having this work as expected currently requires the platform backend to honor Right now only |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hello everyone
Using ImGui Viewports, is it possible to bring all the imgui windows front when clicking on the main glfw/sdl window?
Can't find a viewport or anything, this cause an issue when io.ConfigViewportsNoTaskBarIcon is set to true. The ImGui windows are hiding behind my other running programs and clicking on the glfw/sdl window doesn't bring them at the front before my other apps.
Thanks in advance!
All reactions