Click or drag to resize

InputMapper.mappingContext Property

Gets the mapping Context object. This allows you to see the current mapping context being used while the mapper is listening. You cannot change any settings in the mapping context. To change mapping contexts, restart input mapper with a new context. If the mapper is idle, this value will be null.

Namespace:  Rewired
Assembly:  Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public InputMapper.Context mappingContext { get; }

Property Value

Type: InputMapper.Context
See Also