ESPHome
2023.11.6
|
#include <touchscreen.h>
Public Member Functions | |
virtual void | touch (TouchPoint tp)=0 |
virtual void | release () |
Definition at line 19 of file touchscreen.h.
|
inlinevirtual |
Reimplemented in esphome::touchscreen::TouchscreenBinarySensor.
Definition at line 22 of file touchscreen.h.
|
pure virtual |
Implemented in esphome::touchscreen::TouchscreenBinarySensor.