• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Class DeviceLayoutMapping

Inheritance
System.Object
DeviceLayoutMapping
Implements
IDeviceLayoutMapping
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.Collections.Generic.IDictionary<ControllerElement, DeviceCapability> mapping

Properties

Item[ControllerElement]

Declaration
public DeviceCapability this[ControllerElement e] { get; }
Parameters
Type Name Description
ControllerElement e
Property Value
Type Description
DeviceCapability

Methods

GetEnumerator()

Declaration
public IEnumerator<ControllerElementMapping> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<ControllerElementMapping>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

IDeviceLayoutMapping
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.