IDevice Properties |
[This is preliminary documentation and is subject to change.]
The IDevice type exposes the following members.
Name | Description | |
---|---|---|
CanVibrate | true if device supports vibration.
| |
Id |
A session-unique ID of this device.
| |
InternalName |
Value containing internal name/ID of the device reported by the OS.
| |
IsUsable | true if device is usable. The exact meaning of this is device-specific,
but unusable devices should not be considered when checking for input.
| |
Item |
Returns a virtual axis object or null if the axis is not supported by this device.
| |
Location |
Value describing the bus location of the device.
| |
Name |
Friendly name of this device.
| |
ProductId |
Product ID reported by the device/driver.
| |
Revision |
Revision/version reported by the device/driver.
| |
Serial |
Serial number reported by the device/driver.
| |
SupportedAxes |
Enumerable of all axes this device supports.
| |
VendorId |
Vendor ID reported by the device/driver.
|