GaugeControl Xojo Plugin

DesktopGaugeControl.MouseDrag Event

Fires when mouse is dragged within the control.

MouseDrag(
   x as Integer,
   y as Integer)

Parameters

x
The x coordinate where the mouse was dragged.
y
The y coordinate where the mouse was dragged.

Remarks

You will not get Drag events if not having returned true from the mouse down.

See Also

DesktopGaugeControl Control