Arduino Universal Inputs
A collection of libraries for managing/processing input devices on Arduino.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator
Public Member Functions | List of all members
IUniversalInputCallback Class Referenceabstract

Interface for classes that handle callbacks. More...

#include <IUniversalInputCallback.h>

Inheritance diagram for IUniversalInputCallback:
Inheritance graph
[legend]

Public Member Functions

virtual void handleUniversalInputEvent (inputtype_t type, IInputDevice *device)=0
 Handle a calback. More...
 

Detailed Description

Interface for classes that handle callbacks.

Member Function Documentation

virtual void IUniversalInputCallback::handleUniversalInputEvent ( inputtype_t  type,
IInputDevice device 
)
pure virtual

Handle a calback.

Parameters
typeType of input device
devicePointer to the input device

Implemented in UniversalInputCallbackFunctionHandler.


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