Contents

draggingSession(_:willBeginAt:)

Invoked when the drag will begin.

Declaration

@MainActor optional func draggingSession(_ session: NSDraggingSession, willBeginAt screenPoint: NSPoint)

Parameters

  • session:

    The dragging session.

  • screenPoint:

    The point where the drag will begin, in screen coordinates.

See Also

Dragging Session Locations