Method

PhocGesturehandles_sequence

unstable since: 3.14

Declaration [src]

gboolean
phoc_gesture_handles_sequence (
  PhocGesture* self,
  PhocEventSequence* sequence
)

Description [src]

Returns TRUE if gesture is currently handling events corresponding to sequence.

Available since: 3.14

Parameters

sequence

Type: PhocEventSequence

A PhocEventSequence or NULL.

The argument can be NULL.
The data is owned by the caller of the method.

Return value

Type: gboolean

TRUE if gesture is handling sequence, FALSE otherwise.