signal callback delegate or function to connect
void callback(double angle, double angleDelta, gtk.gesture_rotate.GestureRotate gestureRotate)
angle Current angle in radians (optional)
angleDelta Difference with the starting angle, in radians (optional)
gestureRotate 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 AngleChanged signal.
Emitted when the angle between both tracked points changes.