mirror of
https://github.com/godotengine/godot.git
synced 2024-11-21 19:42:43 +00:00
Updated tutorial_input_events (markdown)
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.
|
Loading…
Reference in New Issue
Block a user