Click or drag to resize

InputMapper Properties

The InputMapper type exposes the following members.

Properties
 NameDescription
Public propertyStatic memberDefault 
Public propertymappingContext 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.
Public propertyoptions Gets the Options object. Configure settings here. If set to null, the default Options will be used instead. Changing this or any values in Options while the mapper is listening will have no effect until the mapper is started again.
Public propertystatus The current status of the mapper.
Public propertytimeRemaining The time remaining before the mapper times out. Always returns 0 if no timeout was set or if the timer was stopped.
Top
See Also