Click or drag to resize

IHIDControllerExtension Interface

Interface for a HID controller extension.

Namespace:  Rewired.ControllerExtensions
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IHIDControllerExtension

The IHIDControllerExtension type exposes the following members.

Properties
  NameDescription
Public propertymanufacturer
The manufacturer of the device.
Public propertyproductId
The product id of the device.
Public propertyproductName
The product name of the device.
Public propertyusage
The usage of the device.
Public propertyusagePage
The usage page of the device.
Public propertyvendorId
The vendor id of the device.
Top
See Also