Microchip® Advanced Software Framework

rtouch_event_struct Struct Reference

User touch event structure.

#include <rtouch.h>

Data Fields

rtouch_point_t panel
 
rtouch_point_t raw
 
rtouch_event_type_t type
 

rtouch_point_t rtouch_event_struct::panel

Actual panel coordinates

Referenced by event_handler(), and rtouch_process().

rtouch_point_t rtouch_event_struct::raw

Raw sample values

Referenced by rtouch_process().

rtouch_event_type_t rtouch_event_struct::type

Type of event

Referenced by event_handler().