gesture_base_t

Common data structure for all gestures

Synopsis:

#include <gestures/types.h>
typedef struct gesture_base  gesture_base_t;

Library:

libgestures

Description:

This structure represents information that is common to all gestures. Specific gestures include the gesture base in their representation, and also include additional members to capture gesture-specific information.

It is up to the application to define the failure dependencies between gestures and to add gestures to a gesture set.