void recognize_multistroke(const touch_event_t *event)
Recognize multistroke gesture. This gesture allows the number of fingers to change.
void init_multistroke()
Initialize multistroke data structures.
struct multistroke multistroke_t
Data structure for stroke gesture data.
const multistroke_t * get_multistroke()
Access array of multistroke_t of size MAX_TOUCHES.
enum state state_t
This represents the state of individual gesture recognizers.
Data structure for stroke gesture data.
char strokes[MAX_TOUCHES]
To use the gesture library, users create touch events and fill in the appropriate fields.