GEIS  2.0
Gesture Engine Interface Support
Gesture Primitives

These are the prime gesture primitive that describes the general action of the touchpoints at an instant in time. More...

Defines

#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.
#define GEIS_GESTURE_PRIMITIVE_TAP
 A tap.
#define GEIS_GESTURE_PRIMITIVE_TOUCH
 A parenthetical gesture event.

Detailed Description

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 Documentation

A translate gesture: dragging, swiping, flicking, moving in a generally linear fashion.

A pinch or expand gesture: two or more touch points generally moving toward or away from a common point.

A rotation gesture.

Two or more points moving relatively along an arc with a commonish centre.

A tap.

Touch down, touch up, one or more touches.

A parenthetical gesture event.

Touch down (start) and up (finish).

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines