Gorgon
Show / Hide Table of Contents

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 Source

Description

Property to return a human friendly description of the device.

Declaration
string Description { get; }
Property Value
Type Description
string
| Edit this page View Source

DeviceClass

Property to return the device class name.

Declaration
string DeviceClass { get; }
Property Value
Type Description
string
| Edit this page View Source

HIDPath

Property to return human interface device path for the device.

Declaration
string HIDPath { get; }
Property Value
Type Description
string
| Edit this page View Source

Handle

Property to return the device handle.

Declaration
nint Handle { get; }
Property Value
Type Description
nint

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author