signal callback delegate or function to connect
void callback(gdk.event_sequence.EventSequence sequence, gtk.gesture.Gesture gesture)
sequence the gdk.event_sequence.EventSequence that made the gesture to be recognized (optional)
gesture the instance the signal is connected to (optional)
Yes.After to execute callback after default handler, No.After to execute before (default)
Signal ID
Connect to Begin signal.
Emitted when the gesture is recognized.
This means the number of touch sequences matches propertyGtk.Gesture:n-points.
Note: These conditions may also happen when an extra touch (eg. a third touch on a 2-touches gesture) is lifted, in that situation sequence won't pertain to the current set of active touches, so don't rely on this being true.