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
When picking up a window, edge or corner, dragging it against a screen edge, and then continuing to drag in the direction of the edge, the dragged thing will move on past the edge and off screen.
The text was updated successfully, but these errors were encountered:
Yeah, you're right. If the mouse cursor is not moving into a direction for some reason (edge of the screen), the selected window shouldn't move too. I'm relying on mouseDragged(with:) event, and I think we can check whether the cursor position is on the edge of any screen or not 👍
When picking up a window, edge or corner, dragging it against a screen edge, and then continuing to drag in the direction of the edge, the dragged thing will move on past the edge and off screen.
The text was updated successfully, but these errors were encountered: