Add rotate action

Allow rotation of an actor using 2 points (touch or pointers) events.

Also refactor the accumulators from various actions.

https://bugzilla.gnome.org/show_bug.cgi?id=678587
This commit is contained in:
Lionel Landwerlin
2012-06-22 02:38:21 +01:00
parent 2a31a93c5e
commit e2264c0484
10 changed files with 388 additions and 32 deletions

View File

@@ -2978,6 +2978,23 @@ ClutterDropActionPrivate
clutter_drop_action_get_type
</SECTION>
<SECTION>
<FILE>clutter-rotate-action</FILE>
ClutterRotateAction
ClutterRotateActionClass
clutter_rotate_action_new
<SUBSECTION Standard>
CLUTTER_ROTATE_ACTION
CLUTTER_ROTATE_ACTION_CLASS
CLUTTER_IS_ROTATE_ACTION
CLUTTER_IS_ROTATE_ACTION_CLASS
CLUTTER_ROTATE_ACTION_GET_CLASS
CLUTTER_TYPE_ROTATE_ACTION
<SUBSECTION Private>
ClutterRotateActionPrivate
clutter_rotate_action_get_type
</SECTION>
<SECTION>
<FILE>clutter-transition</FILE>
ClutterTransition