onMouseDown property
EventSignal<MouseInputData>
get
onMouseDown
inherited
A signal that is dispatched when the mouse button is pressed down.
Implementation
EventSignal<T> get onMouseDown => $onMouseDown ??= EventSignal();