InputMapper Methods |
The InputMapper type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Stops the mapper and clears all event listeners, callbacks, and Options.
| |
RemoveAllEventListeners |
Removes all event listeners from all events.
| |
RemoveEventListeners |
Removes the event listener(s) from all events.
You can pass the object that contains the target delegates
to unsubscribe all delegates in that object from all events.
For example, if your class MyClass subscribes to several events,
you can pass the MyClass object into this method to remove all of
its listeners. Example: mapper.RemoveEventListeners(this);
| |
Start |
Starts listening for input.
| |
Stop |
Stops listening for input.
|