Gesture Library
recognizer.h File Reference

Go to the source code of this file.

Typedefs

typedef enum state state_t
 This represents the state of individual gesture recognizers. More...
 

Enumerations

enum  state {
  RECOGNIZER_STATE_NULL , RECOGNIZER_STATE_POSSIBLE , RECOGNIZER_STATE_IN_PROGRESS , RECOGNIZER_STATE_FAILED ,
  RECOGNIZER_STATE_COMPLETED
}
 This represents the state of individual gesture recognizers. More...
 

Typedef Documentation

◆ state_t

typedef enum state state_t

This represents the state of individual gesture recognizers.

Enumeration Type Documentation

◆ state

enum state

This represents the state of individual gesture recognizers.

Enumerator
RECOGNIZER_STATE_NULL 
RECOGNIZER_STATE_POSSIBLE 
RECOGNIZER_STATE_IN_PROGRESS 
RECOGNIZER_STATE_FAILED 
RECOGNIZER_STATE_COMPLETED 

Definition at line 4 of file recognizer.h.