1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Print suggestions when requesting a nonexistent InputMap action

Co-authored-by: Marc Gilleron <marc.gilleron@gmail.com>
This commit is contained in:
Hugo Locurcio
2020-01-28 01:31:49 +01:00
parent 0ee744ff5f
commit 71b254f68e
2 changed files with 39 additions and 9 deletions

View File

@@ -61,6 +61,7 @@ private:
Array _action_get_events(const StringName &p_action);
Array _get_actions();
String _suggest_actions(const StringName &p_action) const;
protected:
static void _bind_methods();