get_window_position() + set_window_position() added
This commit is contained in:
parent
291d7992ce
commit
ac558c15ea
6 changed files with 74 additions and 39 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue