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)
commit74d7906e61f9e6e4a6a46f804e07da9e53769b53
tree4e28ba7fdf8094cc2c44cb9747aad1ebf4cef05a
parent2188b1c2631fc667236657cdd416644695c73a1c
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
legacy/elementary/src/lib/Elementary.h.in
legacy/elementary/src/lib/Makefile.am
legacy/elementary/src/lib/elm_gesture_layer.c [new file with mode: 0644]