diff options
Diffstat (limited to 'core/input/input_map.h')
-rw-r--r-- | core/input/input_map.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/core/input/input_map.h b/core/input/input_map.h index 6407ea489e..3774a131e6 100644 --- a/core/input/input_map.h +++ b/core/input/input_map.h @@ -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(); |