Method
PhocEventget_event_sequence
Declaration [src]
PhocEventSequence*
phoc_event_get_event_sequence (
const PhocEvent* event
)
Description [src]
Related touch events are connected in a sequence. Other events typically don’t have event sequence information.
Return value
Type: PhocEventSequence
The event sequence that the event belongs to.
The data is owned by the instance. |