diff --git a/tutorial_input_events.md b/tutorial_input_events.md index a769897..86571bc 100644 --- a/tutorial_input_events.md +++ b/tutorial_input_events.md @@ -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. \ No newline at end of file