1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-31 18:41:20 +00:00

Updated tutorial_input_events (markdown)

reduz
2014-11-02 19:08:40 -08:00
parent 42565d3d28
commit 5905d18e73

@@ -72,5 +72,7 @@ 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.
-explain InputMap and how to map to user-events.