mouseExited(with:)
Informs the receiver that the cursor has exited a tracking rectangle.
Declaration
func mouseExited(with event: NSEvent)Parameters
- event:
An object encapsulating information about the mouse-exited event.
Discussion
The default implementation simply passes this message to the next responder.