diff options
| author | Juan Linietsky | 2016-01-23 18:49:26 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2016-01-23 18:49:26 -0300 |
| commit | a2992d5955ff4f84f829dcab4859b4f5b5399a2c (patch) | |
| tree | b5cdf09df897120dc81773a2f7b3492ee49628ce /scene/gui/graph_node.h | |
| parent | 5ca338bab6d77f0c25c4321549bddd46b28e1f42 (diff) | |
| download | godot-a2992d5955ff4f84f829dcab4859b4f5b5399a2c.tar.gz godot-a2992d5955ff4f84f829dcab4859b4f5b5399a2c.tar.zst godot-a2992d5955ff4f84f829dcab4859b4f5b5399a2c.zip | |
Diffstat (limited to 'scene/gui/graph_node.h')
| -rw-r--r-- | scene/gui/graph_node.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scene/gui/graph_node.h b/scene/gui/graph_node.h index 201529380..dc407a680 100644 --- a/scene/gui/graph_node.h +++ b/scene/gui/graph_node.h @@ -49,6 +49,7 @@ class GraphNode : public Container { bool selected; protected: + void _input_event(const InputEvent& p_ev); void _notification(int p_what); static void _bind_methods(); |
