mirror of
https://github.com/brl/mutter.git
synced 2025-08-01 14:15:30 +00:00
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:
@@ -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
|
||||
|
Reference in New Issue
Block a user