Touch event struct.
#include <mxt_device_1.h>
Data Fields | |
int8_t | deltax |
int8_t | deltay |
uint8_t | id |
uint8_t | size |
uint8_t | status |
uint16_t | x |
uint16_t | y |
int8_t mxt_touch_event::deltax |
int8_t mxt_touch_event::deltay |
uint8_t mxt_touch_event::id |
Referenced by mxt_handler(), and mxt_read_touch_event().
uint8_t mxt_touch_event::size |
Referenced by mxt_read_touch_event().
uint8_t mxt_touch_event::status |
Referenced by mxt_handler(), and mxt_read_touch_event().
uint16_t mxt_touch_event::x |
Referenced by mxt_handler(), and mxt_read_touch_event().
uint16_t mxt_touch_event::y |
Referenced by mxt_handler(), and mxt_read_touch_event().