The gesture event information structures that we currently emit with the gesture events (like Efl.Canvas.Gesture_Flick) need some love:
- Their fields should be read-only properties instead of methods. This is more natural for bindings.
- All units should be documented (pixels, degrees, radians...)
- For completeness, Efl.Canvas.Gesture_Momentum could include the angle, just like Efl.Canvas.Gesture_Flick.
Add your own tasks to this list!