onMouseRightUp property
Dispatched when a user releases the right button over an InteractiveObject instance.
Implementation
EventStream<MouseEvent> get onMouseRightUp =>
InteractiveObject.mouseRightUpEvent.forTarget(this);
Dispatched when a user releases the right button over an InteractiveObject instance.
EventStream<MouseEvent> get onMouseRightUp =>
InteractiveObject.mouseRightUpEvent.forTarget(this);