touch_dev_gesture_ctx_t Struct Reference

Context information for a touch device needed for gesture recognition. More...

Detailed Description

Context information for a touch device needed for gesture recognition.

Definition at line 214 of file touch_dev_gestures.h.

#include <touch_dev_gestures.h>

Data Fields

touch_dev_tdev
 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.
 

The documentation for this struct was generated from the following file: