ClutterRotateAction

ClutterRotateAction — Action to rotate an actor

Functions

Types and Values

Description

ClutterRotateAction is a sub-class of ClutterGestureAction that implements the logic for recognizing rotate gestures using two touch points.

Functions

clutter_rotate_action_new ()

ClutterAction *
clutter_rotate_action_new (void);

Creates a new ClutterRotateAction instance

Returns

the newly created ClutterRotateAction

Since: 1.12

Types and Values

struct ClutterRotateAction

struct ClutterRotateAction {
};

The ClutterRotateAction structure contains only private data and should be accessed using the provided API

Since: 1.12


struct ClutterRotateActionClass

struct ClutterRotateActionClass {
  gboolean (* rotate)  (ClutterRotateAction *action,
                        ClutterActor        *actor,
                        gdouble              angle);
};

The ClutterRotateActionClass structure contains only private data.

Members

rotate ()

class handler for the “rotate” signal

 

Since: 1.12