Method
GtkGestureSingleget_current_sequence
since: 3.14
Declaration [src]
GdkEventSequence*
gtk_gesture_single_get_current_sequence (
GtkGestureSingle* gesture
)
Description [src]
Returns the event sequence currently interacting with gesture.
This is only meaningful if gtk_gesture_is_active() returns TRUE.
Available since: 3.14
Return value
Type: GdkEventSequence
The current sequence.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |
The return value can be NULL. |