aboutsummaryrefslogtreecommitdiff
path: root/tools/editor/plugins/script_editor_plugin.h
diff options
context:
space:
mode:
authorDaniel J. Ramirez2016-06-25 19:02:17 -0500
committerDaniel J. Ramirez2016-06-26 10:21:02 -0500
commit8f259ff5ca04635d3c229c1947741fe828a96f98 (patch)
treebe0cc314fc2fc89cb25d84bddd0d5ec19c14205f /tools/editor/plugins/script_editor_plugin.h
parent620da09b8714b446b2fc2fb0a9d897ce502f0377 (diff)
downloadgodot-8f259ff5ca04635d3c229c1947741fe828a96f98.tar.gz
godot-8f259ff5ca04635d3c229c1947741fe828a96f98.tar.zst
godot-8f259ff5ca04635d3c229c1947741fe828a96f98.zip
Shortcuts for script switching in script Mode
Diffstat (limited to 'tools/editor/plugins/script_editor_plugin.h')
-rw-r--r--tools/editor/plugins/script_editor_plugin.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/editor/plugins/script_editor_plugin.h b/tools/editor/plugins/script_editor_plugin.h
index 0636190a4..85412087b 100644
--- a/tools/editor/plugins/script_editor_plugin.h
+++ b/tools/editor/plugins/script_editor_plugin.h
@@ -279,6 +279,8 @@ class ScriptEditor : public VBoxContainer {
void _script_split_dragged(float);
+ void _unhandled_input(const InputEvent& p_event);
+
void _history_forward();
void _history_back();