diff options
author | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-01-13 17:25:50 +0800 |
---|---|---|
committer | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-01-13 17:25:50 +0800 |
commit | ce7c7a862ebe37fada7708c342c07d70fa80465a (patch) | |
tree | c2cf4799ae9cf9351b1e4f7d15249ddbf4dbd95d /core/os | |
parent | 1445b6806b8a359594b1789726aa87d64b279286 (diff) |
get_screen_position() added
Diffstat (limited to 'core/os')
-rw-r--r-- | core/os/os.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/os/os.h b/core/os/os.h index c2534287bc..1ef05e45c8 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -152,6 +152,7 @@ public: #ifdef EXPERIMENTAL_WM_API virtual int get_screen_count() const=0; + virtual Point2 get_screen_position(int p_screen=0) 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; |