Gesture.addOnEnd

This signal is emitted when gesture either stopped recognizing the event sequences as something to be handled (the 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 Gesture.handlesSequence.

  1. gulong addOnEnd(void delegate(GdkEventSequence*, Gesture) dlg, ConnectFlags connectFlags)
    class Gesture
    gulong
    addOnEnd
    (
    void delegate
    (
    GdkEventSequence*
    ,)
    dlg
    ,
    ConnectFlags connectFlags = cast(ConnectFlags)0
    )
  2. gulong addOnEnd(void delegate(Event, Gesture) dlg, ConnectFlags connectFlags)

Meta

Since

3.14