diff options
author | Juan Linietsky <reduzio@gmail.com> | 2015-05-18 10:20:54 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2015-05-18 10:20:54 -0300 |
commit | e323cc050564fdb1b5cf81793d173cbd9483f55a (patch) | |
tree | a8355abfbd7d1d096749777d11f9fa753ed50d6e /core/input_map.h | |
parent | 5272853cdc1c37fc545c443370bf87642122f4cc (diff) | |
download | redot-engine-e323cc050564fdb1b5cf81793d173cbd9483f55a.tar.gz |
-Rename unexisting by nonexistant, closes #1940
-Added function to retrieve list of actions fron InputMap
Diffstat (limited to 'core/input_map.h')
-rw-r--r-- | core/input_map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/input_map.h b/core/input_map.h index 875a39555f..c5b21b1457 100644 --- a/core/input_map.h +++ b/core/input_map.h @@ -46,6 +46,8 @@ class InputMap : public Object { List<InputEvent>::Element *_find_event(List<InputEvent> &p_list,const InputEvent& p_event) const; + Array _get_action_list(const StringName& p_action); + protected: static void _bind_methods(); |