draggingSession(_:movedTo:)
Invoked when the drag moves on the screen.
Declaration
@MainActor optional func draggingSession(_ session: NSDraggingSession, movedTo screenPoint: NSPoint)Parameters
- session:
The dragging session.
- screenPoint:
The point where the drag moved to, in screen coordinates.