Microchip® Advanced Software Framework

rtouch_event_struct Struct Reference

User-friendly touch event structure.

#include <rtouch.h>

Data Fields

int16_t panelX
 Calibrated panel X position. More...
 
int16_t panelY
 Calibrated panel Y position. More...
 
int16_t rawX
 Raw X sample. More...
 
int16_t rawY
 Raw Y sample. More...
 
rtouch_event_type_t type
 

int16_t rtouch_event_struct::panelX

Calibrated panel X position.

int16_t rtouch_event_struct::panelY

Calibrated panel Y position.

int16_t rtouch_event_struct::rawX

Raw X sample.

int16_t rtouch_event_struct::rawY

Raw Y sample.

rtouch_event_type_t rtouch_event_struct::type