diff options
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 201529380d..dc407a6809 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(); |