#include <InputObject.h>
Inheritance diagram for InputObject::
Public Methods | |
virtual void | start ()=0 |
Start this object's input data gathering. | |
virtual void | stop ()=0 |
Stop this object's input data gathering. | |
virtual unsigned int | poll (EventVector *events)=0 |
Poll this object for a vector of InputEvent structures. More... | |
Public Attributes | |
unsigned int | id |
|
Poll this object for a vector of InputEvent structures.
Reimplemented in JoystickInput, and MidiInput. |
|
The instance ID of this input device. |