Click or drag to resize

IDevice Properties

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

The IDevice type exposes the following members.

Properties
  NameDescription
Public propertyCanVibrate
true if device supports vibration.
Public propertyId
A session-unique ID of this device.
Public propertyInternalName
Value containing internal name/ID of the device reported by the OS.
Public propertyIsUsable
true if device is usable. The exact meaning of this is device-specific, but unusable devices should not be considered when checking for input.
Public propertyItem
Returns a virtual axis object or null if the axis is not supported by this device.
Public propertyLocation
Value describing the bus location of the device.
Public propertyName
Friendly name of this device.
Public propertyProductId
Product ID reported by the device/driver.
Public propertyRevision
Revision/version reported by the device/driver.
Public propertySerial
Serial number reported by the device/driver.
Public propertySupportedAxes
Enumerable of all axes this device supports.
Public propertyVendorId
Vendor ID reported by the device/driver.
Top
See Also