ESPHome  2023.11.6
Data Fields
esphome::touchscreen::TouchPoint Struct Reference

#include <touchscreen.h>

Data Fields

uint16_t x
 
uint16_t y
 
uint8_t id
 
uint8_t state
 

Detailed Description

Definition at line 12 of file touchscreen.h.

Field Documentation

◆ id

uint8_t esphome::touchscreen::TouchPoint::id

Definition at line 15 of file touchscreen.h.

◆ state

uint8_t esphome::touchscreen::TouchPoint::state

Definition at line 16 of file touchscreen.h.

◆ x

uint16_t esphome::touchscreen::TouchPoint::x

Definition at line 13 of file touchscreen.h.

◆ y

uint16_t esphome::touchscreen::TouchPoint::y

Definition at line 14 of file touchscreen.h.


The documentation for this struct was generated from the following file: