onMouseScroll property

EventSignal<T> onMouseScroll

A signal that is dispatched when the mouse wheel is scrolled.

Implementation

EventSignal<T> get onMouseScroll => $onMouseWheel ??= EventSignal();