You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-31 18:41:20 +00:00
Updated tutorial_input_events (markdown)
@@ -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.
|
||||
Reference in New Issue
Block a user