Gesture Library
|
Data structure for hold and drag data. More...
#include <hold_and_drag.h>
Data Fields | |
state_t | state |
float | x0 |
float | y0 |
float | x |
float | y |
float | vx |
float | vy |
Data structure for hold and drag data.
Definition at line 8 of file hold_and_drag.h.
Definition at line 9 of file hold_and_drag.h.
float vx |
Definition at line 18 of file hold_and_drag.h.
float vy |
Definition at line 19 of file hold_and_drag.h.
float x |
Definition at line 16 of file hold_and_drag.h.
float x0 |
Definition at line 12 of file hold_and_drag.h.
float y |
Definition at line 17 of file hold_and_drag.h.
float y0 |
Definition at line 13 of file hold_and_drag.h.