get_window_position() + set_window_position() added

This commit is contained in:
hurikhan
2015-01-11 15:47:27 +08:00
parent 291d7992ce
commit ac558c15ea
6 changed files with 74 additions and 39 deletions

View File

@@ -109,6 +109,8 @@ public:
Array get_fullscreen_mode_list(int p_screen=0) const;
//MSC
virtual Point2 get_window_position() const;
virtual void set_window_position(const Point2& p_position);
void set_fullscreen(bool p_enabled, int p_screen=0);
bool is_fullscreen() const;