summaryrefslogtreecommitdiff
path: root/core/os/os.h
diff options
context:
space:
mode:
authorhurikhan <m4r10.5ch14ck@gmail.com>2015-01-11 19:35:53 +0800
committerhurikhan <m4r10.5ch14ck@gmail.com>2015-01-11 19:35:53 +0800
commitf9d0de0d2a82456f3553499fcbc1c487b59fed1c (patch)
tree60f125c8ce3ba52c5ec2e03af8da7defe333bed2 /core/os/os.h
parent3c8b047b111cf20b3823851e298ce42bdf941871 (diff)
get_screen_size() added
Diffstat (limited to 'core/os/os.h')
-rw-r--r--core/os/os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/os.h b/core/os/os.h
index 68769e7ad4..edb5d57c5f 100644
--- a/core/os/os.h
+++ b/core/os/os.h
@@ -151,6 +151,7 @@ public:
virtual void get_fullscreen_mode_list(List<VideoMode> *p_list,int p_screen=0) const=0;
virtual int get_screen_count() const=0;
+ virtual Size2 get_screen_size(int p_screen=0) const=0;
virtual Point2 get_window_position() const=0;
virtual void set_window_position(const Point2& p_position)=0;
virtual Size2 get_window_size() const=0;