p_screen param from get_screen_* funcs now default to the current screen
This commit is contained in:
parent
f6c39830cb
commit
63f847b306
12 changed files with 47 additions and 26 deletions
|
|
@ -124,7 +124,7 @@ public:
|
|||
virtual VideoMode get_video_mode(int p_screen = 0) const;
|
||||
virtual void get_fullscreen_mode_list(List<VideoMode> *p_list, int p_screen = 0) const;
|
||||
|
||||
virtual Size2 get_screen_size(int p_screen = 0) const;
|
||||
virtual Size2 get_screen_size(int p_screen = -1) const;
|
||||
|
||||
virtual void set_window_size(const Size2);
|
||||
virtual Size2 get_window_size() const;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue