Contents

rightMouseDragged(with:)

Informs the receiver that the user has moved the mouse with the right button pressed.

Declaration

func rightMouseDragged(with event: NSEvent)

Parameters

  • event:

    An object encapsulating information about the mouse-dragged event.

Discussion

The default implementation simply passes this message to the next responder.

See Also

Responding to Mouse Events