Class DeviceLayoutMapping
Inheritance
System.Object
DeviceLayoutMapping
Implements
System.Collections.Generic.IEnumerable <ControllerElementMapping >
System.Collections.IEnumerable
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()
Namespace: Snowflake.Input.Device
Assembly: Snowflake.Framework.dll
Syntax
public class DeviceLayoutMapping : IDeviceLayoutMapping, IEnumerable<ControllerElementMapping>, IEnumerable
Constructors
DeviceLayoutMapping()
Declaration
public DeviceLayoutMapping()
DeviceLayoutMapping(IDictionary<ControllerElement, DeviceCapability>)
Declaration
public DeviceLayoutMapping(IDictionary<ControllerElement, DeviceCapability> mapping)
Parameters
Type | Name | Description |
---|---|---|
System. |
mapping |
Properties
Item[ControllerElement]
Declaration
public DeviceCapability this[ControllerElement e] { get; }
Parameters
Type | Name | Description |
---|---|---|
Controller |
e |
Property Value
Type | Description |
---|---|
Device |
Methods
GetEnumerator()
Declaration
public IEnumerator<ControllerElementMapping> GetEnumerator()
Returns
Type | Description |
---|---|
System. |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable