Add ClutterSwipeAction and ClutterGestureAction
authorTomeu Vizoso <tomeu.vizoso@collabora.co.uk>
Wed, 9 Mar 2011 09:06:44 +0000 (10:06 +0100)
committerEmmanuele Bassi <ebassi@linux.intel.com>
Fri, 10 Jun 2011 13:02:17 +0000 (14:02 +0100)
commitba72235b66ee956977ad6e5c7a8510f9f23a3517
tree3f7c9fd32152d5fcdc19c767ee804e849c2181eb
parent501208758808c9dd05f754d46e883766c4c1264b
Add ClutterSwipeAction and ClutterGestureAction

To allow actors to handle gestures in a more organized way.

http://bugzilla.clutter-project.org/show_bug.cgi?id=2585
clutter/Makefile.am
clutter/clutter-gesture-action.c [new file with mode: 0644]
clutter/clutter-gesture-action.h [new file with mode: 0644]
clutter/clutter-marshal.list
clutter/clutter-swipe-action.c [new file with mode: 0644]
clutter/clutter-swipe-action.h [new file with mode: 0644]
clutter/clutter.h
tests/interactive/Makefile.am
tests/interactive/test-swipe-action.c [new file with mode: 0644]