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.
I want something likewindow.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.