ESPHome
2023.11.6
|
#include <touchscreen.h>
Data Fields | |
uint16_t | x |
uint16_t | y |
uint8_t | id |
uint8_t | state |
Definition at line 12 of file touchscreen.h.
uint8_t esphome::touchscreen::TouchPoint::id |
Definition at line 15 of file touchscreen.h.
uint8_t esphome::touchscreen::TouchPoint::state |
Definition at line 16 of file touchscreen.h.
uint16_t esphome::touchscreen::TouchPoint::x |
Definition at line 13 of file touchscreen.h.
uint16_t esphome::touchscreen::TouchPoint::y |
Definition at line 14 of file touchscreen.h.