See: Description
| Interface | Description |
|---|---|
| PollingDevice |
Polling devices implement this interface and do their
polling in the poll() method.
|
| RawDevice |
| Class | Description |
|---|---|
| AbstractDeviceMouse | |
| Device3DConnexionHID | |
| DeviceKeyboard |
This driver mainly consists of a workaround for the keyboard auto-repeat:
Windows:
The auto-repeat on windows triggers repeating key-pressed events, and also
key-typed events which we ignore.
|
| DeviceMacbookSuddenMotionSensor | |
| DeviceMouse | |
| DeviceOldKeyboard |
This class contains an ugly workaround for linux keyboard auto-repeat.
|
| DeviceSpacenav | |
| DeviceSystemTimer | |
| WiiMoteOSC |
Receives WiiMote events via OSC
Make sure to uncomment the WiiMoteOSC bits in toolconfig.xml if you want to use this driver.
|