Method
GdkEventget_event_sequence
since: 3.4
Declaration [src]
GdkEventSequence*
gdk_event_get_event_sequence (
const GdkEvent* event
)
Description [src]
If event
if of type GDK_TOUCH_BEGIN
, GDK_TOUCH_UPDATE
,
GDK_TOUCH_END
or GDK_TOUCH_CANCEL
, returns the GdkEventSequence
to which the event belongs. Otherwise, return NULL
.
Available since: 3.4
Return value
Type: GdkEventSequence
The event sequence that the event belongs to.
The returned data is owned by the instance. |