Gesture.getPoint

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.

class Gesture
bool
getPoint

Parameters

sequence gdk.event_sequence.EventSequence

a gdk.event_sequence.EventSequence, or null for pointer events

x double

return location for X axis of the sequence coordinates

y double

return location for Y axis of the sequence coordinates

Return Value

Type: bool

true if sequence is currently interpreted