References
Libraries
Superclasses: Gesture, EventController, Object
Gesture
EventController
Object
GestureRotate(**properties) new() -> Gtk.Gesture
Returns a newly created GtkGesture that recognizes 2-touch rotation gestures.
GtkGesture
Gets the angle delta in radians.
If gesture is active, this function returns the angle difference in radians since the gesture was first recognized. If gesture is not active, 0 is returned.
gesture
Emitted when the angle between both tracked points changes.
angle – Current angle in radians
angle_delta – Difference with the starting angle, in radians
GestureRotate.new()
GestureRotate.get_angle_delta()
GestureRotate.signals.angle_changed()