Dispatched when a user releases the pointing device button over an InteractiveObject instance.
Source
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);