27 #include <uwac/uwac.h>
36 struct uwac_touch_automata;
37 typedef struct uwac_touch_automata UwacTouchAutomata;
39 UWAC_API
void UwacTouchAutomataInit(UwacTouchAutomata* automata);
40 UWAC_API
void UwacTouchAutomataReset(UwacTouchAutomata* automata);
41 UWAC_API
bool UwacTouchAutomataInjectEvent(UwacTouchAutomata* automata, UwacEvent* event);