Gesture Layer: implementation of 'tap + longpressed' sequence

Desktop / Enlightenment / Elementary - Daniel Zaoui [samsung.com] - 4 July 2013 06:47 UTC

Callbacks can be set:- at the start of the sequence, i.e at the start of the single tap- at the end of the sequence, i.e when mouse up occurs on long press- when longpress is detected, i.e when mouse is still down during longpress

3a379bf Gesture Layer: implementation of 'tap + longpressed' sequence
src/lib/Makefile.am | 1 +
src/lib/elm_gesture_layer_extra_gestures.c | 238 ++++++++++++++++++++++++++++
src/lib/elm_gesture_layer_legacy.h | 37 +++++
3 files changed, 276 insertions(+)

Upstream: git.enlightenment.org


  • Share