Method
GdkEventget_event_sequence
Declaration [src]
GdkEventSequence*
gdk_event_get_event_sequence (
  GdkEvent* event
)
Description [src]
Retuns the event sequence to which the event belongs.
Related touch events are connected in a sequence. Other events typically don’t have event sequence information.
Return value
| Returns: | GdkEventSequence | 
| The event sequence that the event belongs to. | |
| The data is owned by the instance. |