Click or drag to resize

XInputControllerExtension Class

Provides information about an I/O Kit device.
Inheritance Hierarchy
SystemObject
  RewiredControllerExtension
    Rewired.Platforms.Windows.XInputXInputControllerExtension

Namespace:  Rewired.Platforms.Windows.XInput
Assembly:  Rewired_Windows (in Rewired_Windows.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class XInputControllerExtension : ControllerExtension

The XInputControllerExtension type exposes the following members.

Properties
  NameDescription
Public propertycapabilityFlags
Capability flags.
Public propertycontroller
The parent controller of this extension.
(Inherited from ControllerExtension.)
Public propertydeviceSubType
Device sub type.
Public propertydeviceType
Device type.
Public propertyuserIndex
XInput user index.
Top
See Also