mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Add autocompletion for InputMap's methods
This commit is contained in:
@@ -95,6 +95,10 @@ public:
|
||||
|
||||
String suggest_actions(const StringName &p_action) const;
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
virtual void get_argument_options(const StringName &p_function, int p_idx, List<String> *r_options) const override;
|
||||
#endif
|
||||
|
||||
String get_builtin_display_name(const String &p_name) const;
|
||||
// Use an Ordered Map so insertion order is preserved. We want the elements to be 'grouped' somewhat.
|
||||
const HashMap<String, List<Ref<InputEvent>>> &get_builtins();
|
||||
|
||||
Reference in New Issue
Block a user