| Tizen Native API
    4.0
    | 
_Elm_Gesture_Momentum_Info Struct Reference
  | Public Attributes | |
| Evas_Coord | x1 | 
| Evas_Coord | y1 | 
| Evas_Coord | x2 | 
| Evas_Coord | y2 | 
| unsigned int | tx | 
| unsigned int | ty | 
| Evas_Coord | mx | 
| Evas_Coord | my | 
| unsigned int | n | 
Detailed Description
Struct holds momentum info for user x1 and y1 are not necessarily in sync x1 holds x value of x direction starting point and same holds for y1. This is noticeable when doing V-shape movement
Member Data Documentation
Momentum on X
Momentum on Y
| unsigned int _Elm_Gesture_Momentum_Info::n | 
Number of fingers
| unsigned int _Elm_Gesture_Momentum_Info::tx | 
Timestamp of start of final x-swipe
| unsigned int _Elm_Gesture_Momentum_Info::ty | 
Timestamp of start of final y-swipe
Final-swipe direction starting point on X
Final-swipe direction ending point on X
Final-swipe direction starting point on Y
Final-swipe direction ending point on Y