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

Filesystem and Visual Script Members keyboard shortcuts fix

This commit is contained in:
Ian
2018-01-05 14:45:54 -05:00
parent 3f9f0b3dbb
commit bce2d2c297
4 changed files with 65 additions and 6 deletions

View File

@@ -210,6 +210,7 @@ class VisualScriptEditor : public ScriptEditorBase {
String revert_on_drag;
void _input(const Ref<InputEvent> &p_event);
void _members_gui_input(const Ref<InputEvent> &p_event);
void _on_nodes_delete();
void _on_nodes_duplicate();