Table of Contents

Method BubbleMouseDown

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 AbstractControl

Control on which event is originally fired.

timestamp long

Event time.

changedButton MouseButton

Pressed button.

position PointD?

Mouse position.

handled bool

Result of the event procesing.

deviceType TouchDeviceType

Device which raised the event.