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 |
---|---|---|
Device |
element | The mapping for this device capability |
Property Value
Type | Description |
---|---|
System. |
The string representation of the given capability defined by this mapping. |