1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-07 12:30:27 +00:00

Visual shaders - make "Add node" menu showed by right click

This commit is contained in:
Chaosus
2018-07-15 10:23:59 +03:00
parent f6ce73f724
commit f8417ac682
2 changed files with 15 additions and 0 deletions

View File

@@ -94,6 +94,7 @@ class VisualShaderEditor : public VBoxContainer {
void _input_select_item(Ref<VisualShaderNodeInput> input, String name);
void _preview_select_port(int p_node, int p_port);
void _input(const Ref<InputEvent> p_event);
protected:
void _notification(int p_what);