get_point
Description:
[ Version ( since = "3.14" ) ]
public bool get_point (EventSequence? sequence, out double x = null, out double y = null)
public bool get_point (EventSequence? sequence, out double x = null, out double y = null)
If sequence
is currently being interpreted by this, this function 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:
this |
a Gesture |
sequence |
a EventSequence, or null for pointer events |
x |
return location for X axis of the sequence coordinates |
y |
return location for Y axis of the sequence coordinates |
Returns:
true if |