Contents

otherMouseDown(with:)

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

Declaration

func otherMouseDown(with event: NSEvent)

Parameters

  • event:

    An object encapsulating information about the mouse-down event.

Discussion

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

See Also

Responding to Mouse Events