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
Note, these issues are not present on the SDL2 backend and works reliably there.
This has been tested using the SDL3 samples.
ConfigWindowsResizeFromEdges=true and/or ConfigWindowsMoveFromTitleBarOnly=false sometimes stops resizing/moving when the mouse is moved quickly (is outside the window bounds in a single frame?), resizing is particularly troublesome (taskbar / window decorations works fine).
ConfigWindowsMoveFromTitleBarOnly=false which allows dragging windows anywhere on the content does not seem to work correctly when the OS window manager already has similar functionality, like with Xfce4 where you can alt-drag any window with left button (and easy alt-drag resize with right button). When I do alt-dragging my window moves the correct amount, but them all widgets are offset by an addition amount (the same amount I dragged), leaving me to conclude it is done doubly.
For 2), This works fine on SDL2 whether the OS alt-drag is on or not, just SDL3 seems to be wrong.
Screenshots/Video:
In this sample, I had just dragged this viewport up by about a line using the window manager's alt-drag functionality:
Minimal, Complete and Verifiable Example code:
Using defaulty SDL3 sample.
The text was updated successfully, but these errors were encountered:
Version/Branch of Dear ImGui:
1.92.0 WIP (19193) (docking)
Back-ends:
imgui_impl_sdl3 + imgui_impl_opengl3
Compiler, OS:
GCC, Linux X11
Full config/build information:
Details:
Note, these issues are not present on the SDL2 backend and works reliably there.
This has been tested using the SDL3 samples.
ConfigWindowsResizeFromEdges=true
and/orConfigWindowsMoveFromTitleBarOnly=false
sometimes stops resizing/moving when the mouse is moved quickly (is outside the window bounds in a single frame?), resizing is particularly troublesome (taskbar / window decorations works fine).ConfigWindowsMoveFromTitleBarOnly=false
which allows dragging windows anywhere on the content does not seem to work correctly when the OS window manager already has similar functionality, like with Xfce4 where you can alt-drag any window with left button (and easy alt-drag resize with right button). When I do alt-dragging my window moves the correct amount, but them all widgets are offset by an addition amount (the same amount I dragged), leaving me to conclude it is done doubly.For 2), This works fine on SDL2 whether the OS alt-drag is on or not, just SDL3 seems to be wrong.
Screenshots/Video:
In this sample, I had just dragged this viewport up by about a line using the window manager's alt-drag functionality:
Minimal, Complete and Verifiable Example code:
Using defaulty SDL3 sample.
The text was updated successfully, but these errors were encountered: