InputMapper Properties |
The InputMapper type exposes the following members.
Name | Description | |
---|---|---|
Default | ||
mappingContext |
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.
| |
options |
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.
| |
status |
The current status of the mapper.
| |
timeRemaining |
The time remaining before the mapper times out. Always returns 0 if no timeout was set or if the timer was stopped.
|