|
Gesture Library
|
Data structure for stroke gesture data. More...
#include <multistroke.h>
Data Fields | |
| state_t | state |
| int | uid |
| int | size |
| float | dx |
| float | dy |
| float | rotation |
| float | scale |
| char | strokes [MAX_TOUCHES] |
| float | dx0 |
| float | dy0 |
| float | rotation0 |
| float | scale0 |
| float | cx |
| float | cy |
| float | sx [MAX_TOUCHES] |
| float | sy [MAX_TOUCHES] |
Data structure for stroke gesture data.
Definition at line 8 of file multistroke.h.
| float cx |
Definition at line 33 of file multistroke.h.
| float cy |
Definition at line 34 of file multistroke.h.
| float dx |
Definition at line 16 of file multistroke.h.
| float dx0 |
Definition at line 26 of file multistroke.h.
| float dy |
Definition at line 17 of file multistroke.h.
| float dy0 |
Definition at line 27 of file multistroke.h.
| float rotation |
Definition at line 19 of file multistroke.h.
| float rotation0 |
Definition at line 29 of file multistroke.h.
| float scale |
Definition at line 21 of file multistroke.h.
| float scale0 |
Definition at line 31 of file multistroke.h.
| int size |
Definition at line 14 of file multistroke.h.
Definition at line 10 of file multistroke.h.
| char strokes[MAX_TOUCHES] |
Definition at line 24 of file multistroke.h.
| float sx[MAX_TOUCHES] |
Definition at line 36 of file multistroke.h.
| float sy[MAX_TOUCHES] |
Definition at line 37 of file multistroke.h.
| int uid |
Definition at line 12 of file multistroke.h.