onRightMouseDown property

EventSignal<MouseInputData> get onRightMouseDown
inherited

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

Implementation

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