#include <rtouch.h>
Definition at line 56 of file rtouch.h.
Data Fields | |
int16_t | panelX |
Calibrated panel X position. | |
int16_t | panelY |
Calibrated panel Y position. | |
int16_t | rawX |
Raw X sample. | |
int16_t | rawY |
Raw Y sample. | |
rtouch_event_type_t | type |
int16_t rtouch_event_struct::panelX |
Calibrated panel X position.
Definition at line 61 of file rtouch.h.
Referenced by event_handler(), and rtouch_process_samples().
int16_t rtouch_event_struct::panelY |
Calibrated panel Y position.
Definition at line 62 of file rtouch.h.
Referenced by event_handler(), and rtouch_process_samples().
int16_t rtouch_event_struct::rawX |
int16_t rtouch_event_struct::rawY |
Definition at line 58 of file rtouch.h.
Referenced by event_handler(), rtouch_enable(), rtouch_init(), rtouch_is_touched(), rtouch_process_samples(), and rtouch_resample().