Top | ![]() |
![]() |
![]() |
![]() |
ClutterRotateAction is a sub-class of ClutterGestureAction that implements the logic for recognizing rotate gestures using two touch points.
ClutterAction *
clutter_rotate_action_new (void
);
Creates a new ClutterRotateAction instance
Since: 1.12
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