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