Click or drag to resize

RawInputControllerExtension Class

Provides information about a Raw Input device.
Inheritance Hierarchy
SystemObject
  RewiredControllerExtension
    Rewired.Platforms.Windows.RawInputRawInputControllerExtension

Namespace:  Rewired.Platforms.Windows.RawInput
Assembly:  Rewired_Windows (in Rewired_Windows.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class RawInputControllerExtension : ControllerExtension, 
	IHIDControllerExtension

The RawInputControllerExtension type exposes the following members.

Properties
  NameDescription
Public propertybluetoothDeviceName
Bluetooth device name string.
Public propertycontroller
The parent controller of this extension.
(Inherited from ControllerExtension.)
Public propertydevicePath
HID device path string.
Public propertyhidDeviceHandle
HID device handle.
Public propertyhubId
HID hub id.
Public propertyisBluetoothDevice
Is the device a Bluetooth device?
Public propertymanufacturer
HID manufacturer string.
Public propertyportId
HID port id.
Public propertyproductGuid
HID product Guid. This is a Guid created from the Product Id and Vendor Id in the format: PID-VID-0000-0000-0000-504944564944
Public propertyproductId
HID product id.
Public propertyproductName
HID product name string.
Public propertyrawInputDeviceHandle
Raw Input device handle.
Public propertyusage
HID usage.
Public propertyusagePage
HID usage page.
Public propertyvendorId
HID vendor id.
Top
See Also