Click or drag to resize

WindowsGamingInputControllerExtension Class

Provides information about a Windows Gaming Input device.
Inheritance Hierarchy
SystemObject
  RewiredControllerExtension
    Rewired.Platforms.Microsoft.WindowsGamingInputWindowsGamingInputControllerExtension

Namespace: Rewired.Platforms.Microsoft.WindowsGamingInput
Assembly: Rewired_Windows (in Rewired_Windows.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class WindowsGamingInputControllerExtension : ControllerExtension, 
	IHIDControllerExtension

The WindowsGamingInputControllerExtension type exposes the following members.

Properties
 NameDescription
Public propertycontroller The parent controller of this extension.
(Inherited from ControllerExtension)
Public propertydeviceType Windows Gaming Input device type.
Public propertyisWireless Determines if the device is wireless.
Public propertynativePointer Native pointer to the device object. Note: This will always return IntPtr.Zero on UWP when using .NET scripting backend.
Public propertynonRoamableId Non roamable id.
Public propertyproductId HID product id.
Public propertyproductName HID product name string.
Public propertyvendorId HID vendor id.
Top
See Also