diff options
| author | Andreas Haas | 2016-09-15 19:30:35 +0200 |
|---|---|---|
| committer | Andreas Haas | 2016-09-15 19:30:35 +0200 |
| commit | 84783fe77b5dfa89a1bcf5a7e60a3b3ab7d876bd (patch) | |
| tree | 87a659a1b10ec98cb5ed361b9bf5b18f4335f650 /core/input_map.h | |
| parent | 8bcb6a290c61d40333cf3aa73e362836b6e12659 (diff) | |
| download | godot-84783fe77b5dfa89a1bcf5a7e60a3b3ab7d876bd.tar.gz godot-84783fe77b5dfa89a1bcf5a7e60a3b3ab7d876bd.tar.zst godot-84783fe77b5dfa89a1bcf5a7e60a3b3ab7d876bd.zip | |
Diffstat (limited to 'core/input_map.h')
| -rw-r--r-- | core/input_map.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/core/input_map.h b/core/input_map.h index a224765d8..21c479588 100644 --- a/core/input_map.h +++ b/core/input_map.h @@ -72,7 +72,6 @@ public: const List<InputEvent> *get_action_list(const StringName& p_action); bool event_is_action(const InputEvent& p_event, const StringName& p_action) const; - bool event_is_joy_motion_action_pressed(const InputEvent& p_event) const; const Map<StringName, Action>& get_action_map() const; void load_from_globals(); |
