get_start_point


Description:

public bool get_start_point (out double x, out double y)

Gets the point where the drag started.

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

Parameters:

this

a `GtkGesture`

x

X coordinate for the drag start point

y

Y coordinate for the drag start point

Returns:

true if the gesture is active