Method BubbleMouseUp
BubbleMouseUp(AbstractControl?, long, MouseButton, PointD?, out bool, TouchDeviceType)
Bubbles mouse up event with the specified parameters.
public static void BubbleMouseUp(AbstractControl? originalTarget, long timestamp, MouseButton changedButton, PointD? position, out bool handled, TouchDeviceType deviceType = TouchDeviceType.Mouse)
Parameters
originalTargetAbstractControlControl on which event is originally fired.
timestamplongEvent time.
changedButtonMouseButtonPressed button.
positionPointD?Mouse position.
handledboolResult of the event processing.
deviceTypeTouchDeviceTypeDevice which raised the event.