mouseUp(with:)
Informs the receiver that the user has released the left mouse button.
Declaration
func mouseUp(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.