36struct uwac_touch_automata;
 
   37typedef struct uwac_touch_automata UwacTouchAutomata;
 
   39UWAC_API 
void UwacTouchAutomataInit(UwacTouchAutomata* automata);
 
   40UWAC_API 
void UwacTouchAutomataReset(UwacTouchAutomata* automata);
 
   41UWAC_API 
bool UwacTouchAutomataInjectEvent(UwacTouchAutomata* automata, UwacEvent* event);