Signal
ClutterRotateAction::rotate
Declaration
gboolean
rotate (
ClutterRotateAction* self,
ClutterActor* actor,
gdouble angle,
gpointer user_data
)
Description [src]
The signal is emitted when a rotate gesture is recognized on the attached actor and when the gesture is cancelled (in this case with an angle value of 0).
Default handler: The default handler is called after the handlers added via |
Parameters
actor
-
Type:
ClutterActor
The
ClutterActor
attached to theaction
.The data is owned by the caller of the function. angle
-
Type:
gdouble
The difference of angle of rotation between the initial rotation and the current rotation.