Class DirectInputDeviceInstance
Inheritance
System.Object
DirectInputDeviceInstance
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Snowflake.Framework.dll
public sealed class DirectInputDeviceInstance : IInputDeviceInstance
Properties
Declaration
public IEnumerable<DeviceCapability> Capabilities { get; }
Property Value
Declaration
public IDeviceCapabilityLabels CapabilityLabels { get; }
Property Value
Declaration
public int ClassEnumerationIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public IDeviceLayoutMapping DefaultLayout { get; }
Property Value
Declaration
public InputDriver Driver { get; }
Property Value
Declaration
public int EnumerationIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int NameEnumerationIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Declaration
public int ProductEnumerationIndex { get; }
Property Value
Type |
Description |
System.Int32 |
|
Methods
Declaration
public int GetObjectOffset(DeviceCapability capability)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Declaration
public int GetObjectRawId(DeviceCapability capability)
Parameters
Returns
Type |
Description |
System.Int32 |
|
Implements