![]() |
![]() |
![]() |
Clutter Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
struct ClutterRotateAction;
struct ClutterRotateActionClass;
ClutterAction * clutter_rotate_action_new (void
);
ClutterRotateAction is a sub-class of ClutterGestureAction that implements the logic for recognizing rotate gestures.
struct ClutterRotateAction { };
The ClutterRotateAction structure contains only private data and should be accessed using the provided API
Since 1.12
struct ClutterRotateActionClass { gboolean (* rotate) (ClutterRotateAction *action, ClutterActor *actor, gdouble angle); };
The ClutterRotateActionClass structure contains only private data.
Since 1.12
ClutterAction * clutter_rotate_action_new (void
);
Creates a new ClutterRotateAction instance
Returns : |
the newly created ClutterRotateAction |
Since 1.12