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
orNULL
.The argument can be NULL
.The data is owned by the caller of the method.