![]() |
GEIS
2.0
Gesture Engine Interface Support
|
These are the prime gesture primitive that describes the general action of the touchpoints at an instant in time. More...
Macros | |
| #define | GEIS_GESTURE_PRIMITIVE_DRAG |
| A translate gesture: dragging, swiping, flicking, moving in a generally linear fashion. More... | |
| #define | GEIS_GESTURE_PRIMITIVE_PINCH |
| A pinch or expand gesture: two or more touch points generally moving toward or away from a common point. More... | |
| #define | GEIS_GESTURE_PRIMITIVE_ROTATE |
| A rotation gesture. More... | |
| #define | GEIS_GESTURE_PRIMITIVE_TAP |
| A tap. More... | |
| #define | GEIS_GESTURE_PRIMITIVE_TOUCH |
| A parenthetical gesture event. More... | |
These are the prime gesture primitive that describes the general action of the touchpoints at an instant in time.
These are the values passed as the gesture_type parameter to the GeisGestureCallback.
| #define GEIS_GESTURE_PRIMITIVE_DRAG |
A translate gesture: dragging, swiping, flicking, moving in a generally linear fashion.
| #define GEIS_GESTURE_PRIMITIVE_PINCH |
A pinch or expand gesture: two or more touch points generally moving toward or away from a common point.
| #define GEIS_GESTURE_PRIMITIVE_ROTATE |
A rotation gesture.
Two or more points moving relatively along an arc with a commonish centre.
| #define GEIS_GESTURE_PRIMITIVE_TAP |
A tap.
Touch down, touch up, one or more touches.
| #define GEIS_GESTURE_PRIMITIVE_TOUCH |
A parenthetical gesture event.
Touch down (start) and up (finish).