Click or drag to resize

HIDControllerExtension Class

Provides information about a HID device on the Windows UWP platform.
Inheritance Hierarchy
SystemObject
  RewiredControllerExtension
    Rewired.Platforms.UWP.HIDHIDControllerExtension

Namespace:  Rewired.Platforms.UWP.HID
Assembly:  Rewired_UWP_EditorRuntime (in Rewired_UWP_EditorRuntime.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public sealed class HIDControllerExtension : ControllerExtension, 
	IHIDControllerExtension

The HIDControllerExtension type exposes the following members.

Properties
  NameDescription
Public propertycontroller
The parent controller of this extension.
(Inherited from ControllerExtension.)
Public propertyproductId
HID product id.
Public propertyproductName
HID product name string.
Public propertyusage
HID usage.
Public propertyusagePage
HID usage page.
Public propertyvendorId
HID vendor id.
Top
See Also