aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/code_editor.h
diff options
context:
space:
mode:
authorPaulb232016-07-14 20:03:40 +0100
committerPaulb232016-07-14 20:03:40 +0100
commite6eae244d3835addb87ed31f8325f590521c73aa (patch)
tree009e6dce9d40db1ac295eeb94480f9c827f3fe57 /tools/editor/code_editor.h
parent3e2c7bf797bd073727e5d0272ce47aa77895935b (diff)
downloadgodot-e6eae244d3835addb87ed31f8325f590521c73aa.tar.gz
godot-e6eae244d3835addb87ed31f8325f590521c73aa.tar.zst
godot-e6eae244d3835addb87ed31f8325f590521c73aa.zip
Diffstat (limited to 'tools/editor/code_editor.h')
-rw-r--r--tools/editor/code_editor.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/editor/code_editor.h b/tools/editor/code_editor.h
index bdfd295de..7983c46f7 100644
--- a/tools/editor/code_editor.h
+++ b/tools/editor/code_editor.h
@@ -214,6 +214,9 @@ class CodeTextEditor : public VBoxContainer {
void _font_resize_timeout();
void _text_editor_input_event(const InputEvent& p_event);
+ void _zoom_in();
+ void _zoom_out();
+ void _reset_zoom();
protected: