end
Description:
This signal is emitted when gesture
either stopped recognizing the event sequences as something to be handled (the
GtkGesture::check
handler returned false), or the number of touch sequences became higher or lower
than n_points.
Note: sequence
might not pertain to the group of sequences that were previously triggering recognition on gesture
(
ie. a just pressed touch sequence that exceeds n_points). This situation may
be detected by checking through handles_sequence.
Parameters:
sequence |
the EventSequence that made gesture recognition to finish |