summaryrefslogtreecommitdiff
path: root/src/lib/evas/gesture/efl_canvas_gesture_momentum.eo
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/evas/gesture/efl_canvas_gesture_momentum.eo')
-rw-r--r--src/lib/evas/gesture/efl_canvas_gesture_momentum.eo12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/evas/gesture/efl_canvas_gesture_momentum.eo b/src/lib/evas/gesture/efl_canvas_gesture_momentum.eo
index 1cea8b1949..0f78ad69aa 100644
--- a/src/lib/evas/gesture/efl_canvas_gesture_momentum.eo
+++ b/src/lib/evas/gesture/efl_canvas_gesture_momentum.eo
@@ -2,15 +2,15 @@ import eina_types;
class @beta Efl.Canvas.Gesture_Momentum extends Efl.Canvas.Gesture
{
- [[EFL Gesture Momentum class
-
- This gesture class defines a method to get momentum value of specific
- gesture event such as flick.]]
+ [[Momentum gesture class holding state information.
+ See @Efl.Canvas.Gesture to see what this state is and
+ @[Efl.Gesture.Events.gesture,momentum] for a description of the Momentum gesture.
+ ]]
c_prefix: efl_gesture_momentum;
methods {
momentum_get {
- [[Gets momentum value]]
- return: Eina.Vector2; [[The momentum vector]]
+ [[Gets the momentum value, this is, the direction in which the action occurred.]]
+ return: Eina.Vector2; [[The momentum vector.]]
}
}
implements {