Informs the receiver that the cursor has entered a tracking rectangle.
SDK
- macOS 10.0+
Framework
- App
Kit
Declaration
func mouseEntered(with event: NSEvent)
Parameters
event
An object encapsulating information about the mouse-entered event.
Discussion
The default implementation simply passes this message to the next responder.