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
originalTarget
AbstractControlControl on which event is originally fired.
timestamp
longEvent time.
changedButton
MouseButtonPressed button.
position
PointD?Mouse position.
handled
boolResult of the event procesing.
deviceType
TouchDeviceTypeDevice which raised the event.