DeviceEvent Enumeration |
[This is preliminary documentation and is subject to change.]
Namespace: RavingBots.MultiInput
public enum DeviceEvent
Member name | Value | Description | |
---|---|---|---|
Created | 1 | The device object has been created (i.e. a new device has been detected). | |
Removed | 2 | The device object has been removed (i.e. the device is no longer present in the system). You should discard the affected device object, it will no longer be present on the Devices list. | |
Unusable | 3 | The device has been marked unusable and will no longer produce usable input. | |
Usable | 4 | The device has been marked usable and will produce usable input again. |