Context information for a touch device needed for gesture recognition. More...
Context information for a touch device needed for gesture recognition.
Definition at line 213 of file touch_dev_gestures.h.
#include <touch_dev_gestures.h>
Data Fields | |
| touch_dev_t * | dev | 
| Pointer to the touch device.  | |
| uint32_t | t_changed | 
| Time of last state change in ms.  | |
| uint32_t | t_prev_tap | 
| Time of previous tap.  | |
| touch_t | prev [TOUCH_DEV_TOUCHES_MAX_NUMOF] | 
| Previous set of touches.  | |
| uint8_t | prev_num | 
| Previous number of touches.  | |
| touch_dev_state_t | state | 
| State of touch device.  | |