Contains touch event type and touch point data. More...
#include <touch.h>

Data Fields | |
| enum touch_event_types | type |
| Type of touch event. | |
| struct touch_point | point |
| Touch point data for event. | |
Contains touch event type and touch point data.
Definition at line 212 of file touch.h.
| struct touch_point touch_event::point |
Touch point data for event.
Definition at line 214 of file touch.h.
Referenced by touch_calibrate_task_handler(), and touch_priv_process_samples().
Type of touch event.
Definition at line 213 of file touch.h.
Referenced by touch_calibrate_task_handler(), touch_enable(), touch_init(), touch_is_touched(), and touch_priv_process_samples().
1.6.3