SugarGestures.RotateController
Class Details
-
class
SugarGestures.
RotateController
(**kwargs)
-
-
classmethod
new
()
-
-
get_angle_delta
()
Returns: | True if self is recognizing a rotate gesture
|
Return type: | (bool , delta: float ) |
If self is on state SugarGestures.EventControllerState.RECOGNIZED
,
this function returns True
and fills in delta with the angle difference
in radians since the gesture was first recognized.
-
do_angle_changed
(angle, delta) virtual
-
Signal Details
-
SugarGestures.RotateController.signals.
angle_changed
(rotate_controller, angle, angle_delta)
Signal Name: | angle-changed
|
Flags: | RUN_FIRST
|
Parameters: |
|