onRightMouseDown property

EventSignal<T> onRightMouseDown

A signal that is dispatched when the right mouse button is pressed down.

Implementation

EventSignal<T> get onRightMouseDown => $onRightMouseDown ??= EventSignal();