signal callback delegate or function to connect
void callback(double x, double y, uint button, gdk.event_sequence.EventSequence sequence, gtk.gesture_click.GestureClick gestureClick)
x X coordinate of the event (optional)
y Y coordinate of the event (optional)
button Button being released (optional)
sequence Sequence being released (optional)
gestureClick 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 UnpairedRelease signal.
Emitted whenever the gesture receives a release event that had no previous corresponding press.
Due to implicit grabs, this can only happen on situations where input is grabbed elsewhere mid-press or the pressed widget voluntarily relinquishes its implicit grab.