moveDragCaret(to:)
Moves the drag caret that indicates the destination of a drag operation to a given point.
Declaration
func moveDragCaret(to point: NSPoint)Parameters
- point:
The point to move the drag caret to.
Moves the drag caret that indicates the destination of a drag operation to a given point.
func moveDragCaret(to point: NSPoint)The point to move the drag caret to.