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 want something like window.is_dragged() to check if a window is being dragged.
The use-case I want to support is docking of window: I want to check if one winit window is being dragged onto another winit window, and if so collapse one into the other.