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
My Issue/Question:
The DearImGui window is not dockable to the "main" glfw window (GLFWwindow* window = glfwcreateWindow(....)).
It is standing out from rest of the window (not in a good way). And it is appearing as seperate window (of the same app) in the task bar.
Is there any way to dock the DearImGui windows to it? Or is it just removed somehow?
Cause I haven't seen any screenshots where it is visible.
Screenshots/Video:
Minimal, Complete and Verifiable Example code:
// Here's some code anyone can copy and paste to reproduce your issueImGui::Begin("Example Bug");
MoreCodeToExplainMyIssue();
ImGui::End();
The text was updated successfully, but these errors were encountered:
Version/Branch of Dear ImGui:
Version 1.9.0, Branch: Docking
Back-ends:
imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Compiler, OS:
Windows 10 + Mingw64
Full config/build information:
No response
Details:
My Issue/Question:
The DearImGui window is not dockable to the "main" glfw window (GLFWwindow* window = glfwcreateWindow(....)).
It is standing out from rest of the window (not in a good way). And it is appearing as seperate window (of the same app) in the task bar.
Is there any way to dock the DearImGui windows to it? Or is it just removed somehow?
Cause I haven't seen any screenshots where it is visible.
Screenshots/Video:
Minimal, Complete and Verifiable Example code:
The text was updated successfully, but these errors were encountered: