onMouseMiddleUp property
Dispatched when a user releases the pointing device button over an InteractiveObject instance.
Implementation
EventStream<MouseEvent> get onMouseMiddleUp =>
InteractiveObject.mouseMiddleUpEvent.forTarget(this);
Dispatched when a user releases the pointing device button over an InteractiveObject instance.
EventStream<MouseEvent> get onMouseMiddleUp =>
InteractiveObject.mouseMiddleUpEvent.forTarget(this);