diff options
| author | Ovnuniarchos | 2016-01-17 22:26:32 +0100 |
|---|---|---|
| committer | Ovnuniarchos | 2016-01-18 16:02:42 +0100 |
| commit | ded1acc33eab3c50720a286afc852ea14eb0272e (patch) | |
| tree | 30c637d26f714eca139be9cfe2859b7553582d78 /scene/gui/graph_edit.h | |
| parent | 1469508174aa62ad4a0a0b83c83383ff498a304b (diff) | |
| download | godot-ded1acc33eab3c50720a286afc852ea14eb0272e.tar.gz godot-ded1acc33eab3c50720a286afc852ea14eb0272e.tar.zst godot-ded1acc33eab3c50720a286afc852ea14eb0272e.zip | |
Diffstat (limited to 'scene/gui/graph_edit.h')
| -rw-r--r-- | scene/gui/graph_edit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/graph_edit.h b/scene/gui/graph_edit.h index 44f5a369c..5e339e4e7 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(); |
