aboutsummaryrefslogtreecommitdiff
path: root/core/bind/core_bind.h
diff options
context:
space:
mode:
authorhurikhan2015-01-11 19:35:53 +0800
committerhurikhan2015-01-11 19:35:53 +0800
commitf9d0de0d2a82456f3553499fcbc1c487b59fed1c (patch)
tree60f125c8ce3ba52c5ec2e03af8da7defe333bed2 /core/bind/core_bind.h
parent3c8b047b111cf20b3823851e298ce42bdf941871 (diff)
downloadgodot-f9d0de0d2a82456f3553499fcbc1c487b59fed1c.tar.gz
godot-f9d0de0d2a82456f3553499fcbc1c487b59fed1c.tar.zst
godot-f9d0de0d2a82456f3553499fcbc1c487b59fed1c.zip
get_screen_size() added
Diffstat (limited to 'core/bind/core_bind.h')
-rw-r--r--core/bind/core_bind.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.h b/core/bind/core_bind.h
index cb9a5da47..2a87f85ec 100644
--- a/core/bind/core_bind.h
+++ b/core/bind/core_bind.h
@@ -109,6 +109,7 @@ public:
Array get_fullscreen_mode_list(int p_screen=0) const;
virtual int get_screen_count() const;
+ virtual Size2 get_screen_size(int p_screen=0) const;
virtual Point2 get_window_position() const;
virtual void set_window_position(const Point2& p_position);
virtual Size2 get_window_size() const;