GestureDrag.getStartPoint

bool getStartPoint(out double x, out double y)

Gets the point where the drag started.

If the gesture is active, this function returns true and fills in x and y with the drag start coordinates, in widget-relative coordinates.

Parameters

xX coordinate for the drag start point
yY coordinate for the drag start point

Returns

true if the gesture is active