diff options
| author | Juan Linietsky | 2015-01-03 13:03:13 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-01-03 13:03:13 -0300 |
| commit | 6b5b95bb4e269a1bd740707e27eae09983b84268 (patch) | |
| tree | aa0c80dd4d683eaa99e1ad804d8d742f369bdd73 /core/os/input.h | |
| parent | 85c084c7707c4b9cac978bc0caec0a76b5e37818 (diff) | |
| download | godot-6b5b95bb4e269a1bd740707e27eae09983b84268.tar.gz godot-6b5b95bb4e269a1bd740707e27eae09983b84268.tar.zst godot-6b5b95bb4e269a1bd740707e27eae09983b84268.zip | |
-added new code completion guess locations, closes #1032
-moved commandline fix to mingw-only, should fix #1064
Diffstat (limited to 'core/os/input.h')
| -rw-r--r-- | core/os/input.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/os/input.h b/core/os/input.h index 1cb0f35d9..387a43a35 100644 --- a/core/os/input.h +++ b/core/os/input.h @@ -76,6 +76,8 @@ public: virtual void action_press(const StringName& p_action)=0; virtual void action_release(const StringName& p_action)=0; + void get_argument_options(const StringName& p_function,int p_idx,List<String>*r_options) const; + Input(); }; |
