Tizen Native API
_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

The structure type that holds momentum info for the user. x1 and y1 are not necessarily in sync x1 holds the x value of the x direction starting point and same holds for y1. This is noticeable when doing V-shape movement.


Member Data Documentation

Number of fingers

Timestamp of the start of the final x-swipe

Timestamp of the start of the final y-swipe

Final-swipe direction with starting point on X

Final-swipe direction with ending point on X

Final-swipe direction with starting point on Y

Final-swipe direction with ending point on Y