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
I'm developing this Linux/Windows project (tested so far on Xubuntu 18.04 and Windows 10) and the following issue is only occurring on my Xubuntu:
When I try to drag a imgui window outside of my glfw window, as it reaches the border, causing the glfw window loses focus, it loses the dragging behaviour even though I'm still holding the mouse button.
Screenshots/Video
Standalone, minimal, complete and verifiable example:(see #2261)
I could reproduce the issue by compiling the example_glfw_opengl3's main.cpp
The text was updated successfully, but these errors were encountered:
NicolasFirmo
changed the title
Unable to drag a imgui window outside of glfw window on Xubuntu (Ubuntu/Linux)
Unable to proprely drag a imgui window outside of glfw window on Xubuntu (Ubuntu/Linux)
Apr 24, 2020
Hello @NicolasFirmo,
This is a known issue, a bug in GLFW. You can follow it at glfw/glfw#1562
If you absolutely need it fixed you may use a dirty workaround i have: rokups@c510c11
Or you may use SDL, it does not have this problem.
… while dragging and creating new viewport. (#3158, #7733, #7922)
Initially suggested by rokups. Rewrote for recent backends with a few tweaks to accomodate for variable WM unfocus timing.
Version/Branch of Dear ImGui:
Version: v1.76
Branch: docking
Back-end/Renderer/Compiler/OS
Back-ends: imgui_impl_glfw.cpp + imgui_impl_opengl3.cpp
Compiler: g++ (gcc)
Operating System: Xubuntu 18.04
My Issue/Question:
I'm developing this Linux/Windows project (tested so far on Xubuntu 18.04 and Windows 10) and the following issue is only occurring on my Xubuntu:
When I try to drag a imgui window outside of my glfw window, as it reaches the border, causing the glfw window loses focus, it loses the dragging behaviour even though I'm still holding the mouse button.
Screenshots/Video
Standalone, minimal, complete and verifiable example: (see #2261)
I could reproduce the issue by compiling the example_glfw_opengl3's main.cpp
The text was updated successfully, but these errors were encountered: