onMouseScroll property
EventSignal<MouseInputData>
get
onMouseScroll
inherited
A signal that is dispatched when the mouse wheel is scrolled.
Implementation
EventSignal<T> get onMouseScroll => $onMouseWheel ??= EventSignal();