Method

Gtk.GestureSingle.get_current_sequence

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.

Return value

Returns: GdkEventSequence*

the current sequence

Ownership of the data is transferred to the caller
Can be NULL