get_last_event
Description:
[
Version ( since =
"1.14" ) ]
public unowned Event get_last_event (
uint point)
Retrieves a reference to the last Event for a touch point.
Call copy if you need to store the reference somewhere.
Parameters:
this |
a GestureAction
|
point |
index of a point currently active
|
Returns:
the last Event for a touch point.
|