Signal
PhocGesture::sequence-state-changed
since: 0
Declaration
void
sequence_state_changed (
PhocGesture* self,
PhocEventSequence* sequence,
PhocEventSequenceState state,
gpointer user_data
)
Description [src]
This signal is emitted whenever a sequence state changes. See
phoc_gesture_set_sequence_state()
to know more about the expectable
sequence lifetimes.
Default handler: The default handler is called after the handlers added via |
Available since: 0 |
Parameters
sequence
-
Type:
PhocEventSequence
The
PhocEventSequence
that was cancelled.The argument can be NULL
.The data is owned by the caller of the function. state
-
Type:
PhocEventSequenceState
The new sequence state.