summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXavi Artigas <xavierartigas@yahoo.es>2020-01-09 15:38:23 +0100
committerXavi Artigas <xavierartigas@yahoo.es>2020-01-09 15:38:23 +0100
commitf7c859d9f8473c468093315c2b7f1478d23f45cf (patch)
treef3584080f92b6b1c85ebebbbc87004f05f9a7db4
parent9488991ee5712bd1215e2f98ca005529152de772 (diff)
downloadefl-f7c859d9f8473c468093315c2b7f1478d23f45cf.tar.gz
docs: Fine-tuning the gesture descriptions
-rw-r--r--src/lib/evas/gesture/efl_gesture_events.eo8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/evas/gesture/efl_gesture_events.eo b/src/lib/evas/gesture/efl_gesture_events.eo
index 5c907b9f3c..df0a473d0b 100644
--- a/src/lib/evas/gesture/efl_gesture_events.eo
+++ b/src/lib/evas/gesture/efl_gesture_events.eo
@@ -29,13 +29,13 @@ interface @beta Efl.Gesture.Events
]]
gesture,momentum: Efl.Canvas.Gesture_Momentum; [[Emitted when a Momentum gesture has been detected.
- A Momentum gesture consists of a quick displacement of the finger while touching the screen (or while
- holding down a mouse button).
+ A Momentum gesture is any motion of the finger while touching the screen (or while
+ holding down a mouse button). This gesture is also known as swipe.
]]
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.
+ A Flick gesture consists of a quick motion of the finger while touching the screen (or while
+ holding down a mouse button) with the release occurring before slowing down.
]]
gesture,zoom: Efl.Canvas.Gesture_Zoom; [[Emitted when a Zoom gesture has been detected.