From ded1acc33eab3c50720a286afc852ea14eb0272e Mon Sep 17 00:00:00 2001 From: Ovnuniarchos Date: Sun, 17 Jan 2016 22:26:32 +0100 Subject: New shader nodes are now created under (more or less) the cursor. --- scene/gui/graph_edit.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scene/gui/graph_edit.h') diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h index 44f5a369c2..5e339e4e7e 100644 --- a/scene/gui/graph_edit.h +++ b/scene/gui/graph_edit.h @@ -101,6 +101,8 @@ public: void set_right_disconnects(bool p_enable); bool is_right_disconnects_enabled() const; + + Vector2 get_scroll_ofs() const; GraphEdit(); -- cgit v1.2.3