Method BubbleMouseDown
BubbleMouseDown(AbstractControl?, long, MouseButton, PointD?, out bool, TouchDeviceType)
Bubbles mouse down event with the specified parameters.
public static void BubbleMouseDown(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.