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