Gesture.getPoint

bool getPoint(gdk.event_sequence.EventSequence sequence, out double x, out double y)

If sequence is currently being interpreted by gesture, returns true and fills in x and y with the last coordinates stored for that event sequence.

The coordinates are always relative to the widget allocation.

Parameters

sequencea [gdk.event_sequence.EventSequence], or null for pointer events
xreturn location for X axis of the sequence coordinates
yreturn location for Y axis of the sequence coordinates

Returns

true if sequence is currently interpreted