mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Shortcuts for script switching in script Mode
This commit is contained in:
parent
620da09b87
commit
8f259ff5ca
3 changed files with 24 additions and 1 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue