NeoNextion
Arduino library for the Nextion displays.
|
Interface for classes that handle callbacks from a display device. More...
#include <INextionCallback.h>
Public Member Functions | |
virtual void | handleNextionEvent (NextionEventType type, INextionTouchable *widget)=0 |
Handle a callback. More... | |
Interface for classes that handle callbacks from a display device.
|
pure virtual |
Handle a callback.
type | Event type |
widget | Pointer to the widget that fired the event |
Implemented in NextionCallbackFunctionHandler.