summaryrefslogtreecommitdiff
path: root/editor/editor_title_bar.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/editor_title_bar.h')
-rw-r--r--editor/editor_title_bar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_title_bar.h b/editor/editor_title_bar.h
index 6cac163830..4055476b82 100644
--- a/editor/editor_title_bar.h
+++ b/editor/editor_title_bar.h
@@ -42,7 +42,7 @@ class EditorTitleBar : public HBoxContainer {
bool can_move = false;
protected:
- virtual void input(const Ref<InputEvent> &p_event) override;
+ virtual void gui_input(const Ref<InputEvent> &p_event) override;
static void _bind_methods(){};
public: