rightMouseDown(with:)
Informs the receiver that the user has pressed the right mouse button.
Declaration
func rightMouseDown(with event: NSEvent)
Discussion
The default implementation simply passes this message to the next responder.
See Also
Responding to Mouse Events