Signal
ClutterRotateAction::rotate
Declaration
gboolean
rotate (
ClutterRotateAction* self,
ClutterActor* actor,
gdouble angle,
gpointer user_data
)
Description [src]
The ::rotate 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 |
Available since: | 1.12 |
Parameters
actor |
ClutterActor |
The |
|
The data is owned by the caller of the function. | |
angle |
gdouble |
The difference of angle of rotation between the initial rotation and the current rotation. |