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