Contents

otherMouseUp(with:)

Informs the receiver that the user has released a mouse button other than the left or right button.

Declaration

func otherMouseUp(with event: NSEvent)

Parameters

  • event:

    An object encapsulating information about the mouse-up event.

Discussion

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

See Also

Responding to Mouse Events