Interface IGorgonRawInputDeviceInfo
Common information for a Raw Input device.
Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
public interface IGorgonRawInputDeviceInfo
Remarks
This interface is not meant to be used within an application and should only be used internally by Gorgon.
Properties
| Edit this page View SourceDescription
Property to return a human friendly description of the device.
Declaration
string Description { get; }
Property Value
Type | Description |
---|---|
string |
DeviceClass
Property to return the device class name.
Declaration
string DeviceClass { get; }
Property Value
Type | Description |
---|---|
string |
HIDPath
Property to return human interface device path for the device.
Declaration
string HIDPath { get; }
Property Value
Type | Description |
---|---|
string |
Handle
Property to return the device handle.
Declaration
nint Handle { get; }
Property Value
Type | Description |
---|---|
nint |