Elm gesture_layer: Added gesture layer widget.
authorTom Hacohen <tom@stosb.com>
Thu, 7 Jul 2011 14:41:03 +0000 (14:41 +0000)
committerTom Hacohen <tom@stosb.com>
Thu, 7 Jul 2011 14:41:03 +0000 (14:41 +0000)
commit4741e5a1df5b2014008ec3e6f9ede03305afa7c7
treea3d625a7b8e35d293cd39337a0515d3783c82d30
parentef5ffc2a834390d54b1f9c16670989b92de201b6
Elm gesture_layer: Added gesture layer widget.

Gesture layer allows detection of gestures and essentially gives the
user a unified way of getting "complex" input.
It doesn't do (by design) complex gestures like "V" or "S", instead it
does simple and fast interaction gestures like: 2-finger
pinch/rotate/lines or CTRL+Mouse_Wheel zoom and etc.
This lets people to write an application/widget regardless of the input
device used and in a nice consistent way.

Although we consider the API "good", it may change completely. I'm
committing it now so people will be able to start using it, and
hopefully give feedback.

Work by Aharon Hillel with my help.

SVN revision: 61118
src/lib/Elementary.h.in
src/lib/Makefile.am
src/lib/elm_gesture_layer.c [new file with mode: 0644]