Class HID
A generic HID input device.
Assembly: Unity.InputSystem.dll
public class HID : InputDevice
Properties
Declaration
public static FourCC QueryHIDParsedReportDescriptorDeviceCommandType { get; }
Property Value
Command code for querying the HID report descriptor from a device.
Declaration
public static FourCC QueryHIDReportDescriptorDeviceCommandType { get; }
Property Value
Command code for querying the HID report descriptor size in bytes from a device.
Declaration
public static FourCC QueryHIDReportDescriptorSizeDeviceCommandType { get; }
Property Value
The HID device descriptor as received from the system.
Declaration
public HID.HIDDeviceDescriptor hidDescriptor { get; }
Property Value
Methods
UsagePageToString(UsagePage)
Declaration
public static string UsagePageToString(HID.UsagePage usagePage)
Parameters
Returns
UsageToString(UsagePage, int)
Declaration
public static string UsageToString(HID.UsagePage usagePage, int usage)
Parameters
Returns
Extension Methods