ESPHome  2024.3.1
Public Member Functions
esphome::touchscreen::TouchListener Class Reference

#include <touchscreen.h>

Inheritance diagram for esphome::touchscreen::TouchListener:
esphome::touchscreen::TouchscreenBinarySensor

Public Member Functions

virtual void touch (TouchPoint tp)
 
virtual void update (const TouchPoints_t &tpoints)
 
virtual void release ()
 

Detailed Description

Definition at line 38 of file touchscreen.h.

Member Function Documentation

◆ release()

virtual void esphome::touchscreen::TouchListener::release ( )
inlinevirtual

Reimplemented in esphome::touchscreen::TouchscreenBinarySensor.

Definition at line 42 of file touchscreen.h.

◆ touch()

virtual void esphome::touchscreen::TouchListener::touch ( TouchPoint  tp)
inlinevirtual

Reimplemented in esphome::touchscreen::TouchscreenBinarySensor.

Definition at line 40 of file touchscreen.h.

◆ update()

virtual void esphome::touchscreen::TouchListener::update ( const TouchPoints_t tpoints)
inlinevirtual

Definition at line 41 of file touchscreen.h.


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