-
Notifications
You must be signed in to change notification settings - Fork 51
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
Imgui viewport on top of all windows. #222
Comments
It's most likely not issue for us: I've checked imgui example for glfw recently and it does the same |
Yeah, should check the glfw's document and we might need to export few things to support if needed. |
I can just do glfw (floating/always on top) for now, but imgui child windows I can't get on top of all windows. And I can't find an example of how to implement this. |
@Wolf65 are you able to do this on c++ imgui's glfw example? |
what I've come to so far:
What is needed besides replacing in thirdparty/glfw with the current version. After replacement still Invalid window hint 0x0002000D |
Perhaps someone has done it so that all individual imgui windows would be on top of all windows. Of course, it is unlikely to work on a pure glfw.
The text was updated successfully, but these errors were encountered: