RavingBots.MultiInput Namespace |
[This is preliminary documentation and is subject to change.]
Class | Description | |
---|---|---|
DevicesEnumeratedEvent |
Event type for the DevicesEnumerated event.
| |
DeviceStateChangedEvent |
Event type for the DeviceStateChanged event.
You will get a device object and the enumerator describing the change.
The device object may be null for removed devices.
| |
InputCodeExt |
Several utility methods and constants for InputCode.
| |
InputState |
The main component of the library. You need to add this to every scene that
uses components that query input. You should also give it priority over everything
else in the script execution order settings.
| |
InputStateExt |
Various convenience extension methods for InputState.
| |
VirtualAxis |
Concrete class for custom virtual axes.
|
Interface | Description | |
---|---|---|
IDevice |
Uniform interface to all device objects.
| |
IVirtualAxis |
Scalar values representing a virtual axis in previous, current and
next frame.
|
Enumeration | Description | |
---|---|---|
DeviceEvent |
Enumeration for device state events.
| |
InputCode |
Platform- and device-independent virtual axis codes.
| |
LogLevel |
Logging level constants.
|