added bindings for InputMap

This commit is contained in:
Dana Olson
2014-04-23 21:48:16 -04:00
parent 31f88a7006
commit 88abd7200e
3 changed files with 22 additions and 0 deletions

View File

@ -46,6 +46,9 @@ class InputMap : public Object {
List<InputEvent>::Element *_find_event(List<InputEvent> &p_list,const InputEvent& p_event) const;
protected:
static void _bind_methods();
public:
static _FORCE_INLINE_ InputMap *get_singleton() { return singleton; }