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

Interface IDeviceInputMapping

Maps controller elements onto the string representation of the element for the configuration.

Namespace: Snowflake.Configuration.Input
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IDeviceInputMapping

Properties

Item[DeviceCapability]

Gets the mapping for this device capabilitiy. If the mapping does not exist, it will try to fallback to the representation for None. If no mapping is found for None, then the empty string is returned.

Declaration
string this[DeviceCapability element] { get; }
Parameters
Type Name Description
DeviceCapability element

The mapping for this device capability

Property Value
Type Description
System.String

The string representation of the given capability defined by this mapping.

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