Interface IGorgonRawInputDevice
A common interface for all raw input devices.
Namespace: Gorgon.Input
Assembly: Gorgon.Input.dll
Syntax
public interface IGorgonRawInputDevice
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 SourceDeviceType
Property to return the type of device.
Declaration
RawInputType DeviceType { get; }
Property Value
Type | Description |
---|---|
RawInputType |
DeviceUsage
Property to return the HID usage code for this device.
Declaration
HIDUsage DeviceUsage { get; }
Property Value
Type | Description |
---|---|
HIDUsage |
Handle
Property to return the handle for the device.
Declaration
nint Handle { get; }
Property Value
Type | Description |
---|---|
nint |