ewebkit2
1.11.0
Web engine based on WebKit2 for EFL
|
Represents a touch point. More...
#include <ewk_touch.h>
Public Attributes | |
int | id |
int | x |
int | y |
Evas_Touch_Point_State | state |
Represents a touch point.
int Ewk_Touch_Point::id |
identifier of the touch event
Evas_Touch_Point_State Ewk_Touch_Point::state |
state of the touch event
int Ewk_Touch_Point::x |
the horizontal position of the touch event
int Ewk_Touch_Point::y |
the vertical position of the touch event