Arduino Universal Inputs
A collection of libraries for managing/processing input devices on Arduino.
|
Interface for classes that handle callbacks. More...
#include <IUniversalInputCallback.h>
Public Member Functions | |
virtual void | handleUniversalInputEvent (inputtype_t type, IInputDevice *device)=0 |
Handle a calback. More... | |
Interface for classes that handle callbacks.
|
pure virtual |
Handle a calback.
type | Type of input device |
device | Pointer to the input device |
Implemented in UniversalInputCallbackFunctionHandler.