Class GorgonRawHIDInfo
Provides capability information about a Raw Input Human Interface Device.
Inherited Members
Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
public class GorgonRawHIDInfo : IGorgonRawHIDInfo, IGorgonRawInputDeviceInfo
Properties
| Edit this page View SourceDescription
Property to return a human friendly description of the device.
Declaration
public string Description { get; }
Property Value
Type | Description |
---|---|
string |
DeviceClass
Property to return the device class name.
Declaration
public string DeviceClass { get; }
Property Value
Type | Description |
---|---|
string |
HIDPath
Property to return human interface device path for the device.
Declaration
public string HIDPath { get; }
Property Value
Type | Description |
---|---|
string |
Handle
Property to return the device handle.
Declaration
public nint Handle { get; }
Property Value
Type | Description |
---|---|
nint |
ProductID
Property to return the product ID for the device.
Declaration
public int ProductID { get; }
Property Value
Type | Description |
---|---|
int |
Usage
Property to return the top level collection usage value for this device.
Declaration
public HIDUsage Usage { get; }
Property Value
Type | Description |
---|---|
HIDUsage |
UsagePage
Property to return the top level collection usage page value for this device.
Declaration
public HIDUsagePage UsagePage { get; }
Property Value
Type | Description |
---|---|
HIDUsagePage |
VendorID
Property to return the vendor ID for the device.
Declaration
public int VendorID { get; }
Property Value
Type | Description |
---|---|
int |
Version
Property to return the version number for the device.
Declaration
public int Version { get; }
Property Value
Type | Description |
---|---|
int |