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
Is it possible to make ImGui handle the Main Viewport (GFLW Window)? Im talking about resize and drag.
I want to make a custom title bar, but that is just not possible with GLFW, the only option is disabling decorations entirely. Good, but then i lose Resize and Move. Is it possible to manage the window with ImGui? Or am i stuck with forking a GLFW? Should i just calculate and handle resize/move with ImGui myself?
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
No response
The text was updated successfully, but these errors were encountered:
Version/Branch of Dear ImGui:
Version v1.91.6, Branch: docking
Back-ends:
imgui_impl_Custom.cpp + imgui_impl_GLFW.cpp
Compiler, OS:
Windows 10 MSVC/Clang
Full config/build information:
No response
Details:
Is it possible to make ImGui handle the Main Viewport (GFLW Window)? Im talking about resize and drag.
I want to make a custom title bar, but that is just not possible with GLFW, the only option is disabling decorations entirely. Good, but then i lose Resize and Move. Is it possible to manage the window with ImGui? Or am i stuck with forking a GLFW? Should i just calculate and handle resize/move with ImGui myself?
Screenshots/Video:
No response
Minimal, Complete and Verifiable Example code:
No response
The text was updated successfully, but these errors were encountered: