Click or drag to resize

DeviceEvent Enumeration

[This is preliminary documentation and is subject to change.]

Enumeration for device state events.

Namespace:  RavingBots.MultiInput
Assembly:  RavingBots.MultiInput (in RavingBots.MultiInput.dll) Version: 0.12
Syntax
C#
public enum DeviceEvent
Members
  Member nameValueDescription
Created1 The device object has been created (i.e. a new device has been detected).
Removed2 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.
Unusable3 The device has been marked unusable and will no longer produce usable input.
Usable4 The device has been marked usable and will produce usable input again.
See Also