Method BubbleMouseMove
BubbleMouseMove(AbstractControl?, long, PointD?, out bool)
Bubbles mouse move event with the specified parameters.
public static void BubbleMouseMove(AbstractControl? originalTarget, long timestamp, PointD? position, out bool handled)
Parameters
originalTargetAbstractControlControl on which event is originally fired.
timestamplongEvent time.
positionPointD?Mouse position.
handledboolResult of the event processing.