1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-08 12:40:44 +00:00

get_screen_size() added

This commit is contained in:
hurikhan
2015-01-11 19:35:53 +08:00
parent 3c8b047b11
commit f9d0de0d2a
5 changed files with 16 additions and 0 deletions

View File

@@ -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;