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

Interface IDeviceLayoutMapping

Represents a map from a ControllerElement to a DeviceCapability

Inherited Members
System.Collections.Generic.IEnumerable<Snowflake.Input.Controller.Mapped.ControllerElementMapping>.GetEnumerator()
Namespace: Snowflake.Input.Device
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IDeviceLayoutMapping : IEnumerable<ControllerElementMapping>, IEnumerable

Properties

Item[ControllerElement]

Gets the capability that maps on to the given element.

If none exists, then None is returned.

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

The controller element.

Property Value
Type Description
DeviceCapability

The capability that maps on to the given element.

Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.