Method

PhocGestureSingleget_current_sequence

Declaration [src]

PhocEventSequence*
phoc_gesture_single_get_current_sequence (
  PhocGestureSingle* self
)

Description [src]

Returns the event sequence currently interacting with self.

This is only meaningful if phoc_gesture_is_active() returns TRUE.

Return value

Type: PhocEventSequence

The current sequence.

The caller of the method takes ownership of the data, and is responsible for freeing it.
The return value can be NULL.