docs: Better description of the Flick gesture

This commit is contained in:
Xavi Artigas 2020-01-07 17:36:17 +01:00
parent 8f5f63cafa
commit 7378056116
1 changed files with 2 additions and 0 deletions

View File

@ -34,6 +34,8 @@ interface @beta Efl.Gesture.Events
]]
gesture,flick: Efl.Canvas.Gesture_Flick; [[Emitted when a Flick gesture has been detected.
A Flick gesture consists of a quick displacement of the finger while touching the screen (or while
holding down a mouse button) followed by a release before slowing down.
]]
gesture,zoom: Efl.Canvas.Gesture_Zoom; [[Emitted when a Zoom gesture has been detected.