diff options
author | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-01-11 18:52:42 +0800 |
---|---|---|
committer | hurikhan <m4r10.5ch14ck@gmail.com> | 2015-01-11 18:52:42 +0800 |
commit | 3c8b047b111cf20b3823851e298ce42bdf941871 (patch) | |
tree | 25ed03cd2742cd1d3a9926021ba9d654d6bd149c /core/os | |
parent | 466e251abecf3686f0caac40ab886155e43cc0a6 (diff) |
get_screen_count() 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 7e9fdcc579..68769e7ad4 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -150,6 +150,7 @@ public: virtual VideoMode get_video_mode(int p_screen=0) const=0; virtual void get_fullscreen_mode_list(List<VideoMode> *p_list,int p_screen=0) const=0; + virtual int get_screen_count() 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; |