Gesture Library
|
Data structure for stroke gesture data. More...
#include <stroke.h>
Data Fields | |
state_t | state |
unsigned int | group |
int | uid |
float | x0 |
float | y0 |
float | t0 |
float | x |
float | y |
float | t |
float | vx |
float | vy |
int | cache_last |
int | cache_size |
float | cache_vy [STROKE_CACHE_SIZE] |
float | cache_vx [STROKE_CACHE_SIZE] |
float cache_vx[STROKE_CACHE_SIZE] |
float cache_vy[STROKE_CACHE_SIZE] |