Updated tutorial_input_events (markdown)

reduz 2014-11-02 19:10:22 -08:00
parent 5905d18e73
commit 9688a6eaf0

@ -72,7 +72,5 @@ get_tree().input_event(ev)
```
### InputMap
Customizing and re-mapping input from code is often desired. If your whole workflow depends on actions, the [InputMap](class_inputmap) singleton is ideal for reassigning or creating different actions at run-time.
Customizing and re-mapping input from code is often desired. If your whole workflow depends on actions, the [InputMap](class_inputmap) singleton is ideal for reassigning or creating different actions at run-time. This singleton is not saved (must be modified manually) and it's state is run from the project settings (engine.cfg). So any dynamic system of this type needs to store settings in the way the programmer sees best fit.
-explain InputMap and how to map to user-events.