efl/src/lib/evas/gesture
Jean-Philippe Andre 0a13e15c7d evas/gesture: Fix up a couple of APIs, add some FIXME
Some things have clearly not been tested. Some APIs have not been
modified after repeated review comments. C++ failed to build due to
"long" being used as a namespace.

Remaining issues:
 - The original finger_list API was broken by design. I didn't try to
   replace it yet.
 - Long tap is also broken by design: if no move happens the recognizer
   gets no event, and doesn't trigger anything when the timeout is
   reached. An API or event is lacking here.
 - Only 2 very basic gestures have been implemented. All the gestures
   from elm_gesture_layer need to be covered. None of the multi touch
   support has been really implemented, except for a single bool flag.
 - The configuration must be loaded from elm_config, passed on to the
   recognizers.
 - Some micro optimization may be required, especially if the input
   device is high frequency (eg. 1KHz gaming mouse).
2017-10-19 12:25:57 +09:00
..
efl_gesture.c evas/gesture: Added gesture and tap gesture implementation. 2017-10-19 10:33:12 +09:00
efl_gesture.eo evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_long_tap.c evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_long_tap.eo evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_manager.c evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_manager.eo evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_private.h evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_recognizer.c evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_recognizer.eo evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_recognizer_long_tap.c evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_recognizer_long_tap.eo evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_recognizer_tap.c evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_recognizer_tap.eo evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_tap.c evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_tap.eo evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_touch.c evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_touch.eo evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00
efl_gesture_types.eot evas/gesture: Fix up a couple of APIs, add some FIXME 2017-10-19 12:25:57 +09:00