Gesture Library
gesture_recognizer Struct Reference

The user may create their own gesture recognizer to add to the library. More...

#include <gesturelib.h>

Data Fields

char enabled
 
void(* recognize )(const touch_event_t *)
 
void(* init )(void)
 

Detailed Description

The user may create their own gesture recognizer to add to the library.

Definition at line 39 of file gesturelib.h.

Field Documentation

◆ enabled

char enabled

Definition at line 41 of file gesturelib.h.

◆ init

void(* init) (void)

Definition at line 46 of file gesturelib.h.

◆ recognize

void(* recognize) (const touch_event_t *)

Definition at line 43 of file gesturelib.h.


The documentation for this struct was generated from the following file: