1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-11 13:10:58 +00:00

Merge pull request #28787 from mitchcurtis/fix-28059

Script Text Editor: respect Move Down and Move Up shortcuts on macOS
This commit is contained in:
Rémi Verschelde
2019-06-19 12:38:46 +02:00
committed by GitHub
2 changed files with 25 additions and 0 deletions

View File

@@ -165,6 +165,7 @@ class CodeTextEditor : public VBoxContainer {
void _font_resize_timeout();
bool _add_font_size(int p_delta);
void _input(const Ref<InputEvent> &event);
void _text_editor_gui_input(const Ref<InputEvent> &p_event);
void _zoom_in();
void _zoom_out();