SetWindowSize
Description
This sets the window size for platforms that support it, such as Windows and Mac. This will not affect mobile devices. In fullscreen mode the width and height will be ignored and the desktop resolution will be used.
Definition
SetWindowSize( width, height, fullscreen )
void agk::SetWindowSize( int width, int height, int fullscreen )
Parameters
- width - The desired width of the window in pixels.
- height - The desired height of the window in pixels.
- fullscreen - 1 to use a full screen mode, 0 for a normal window.