setWindowSize
Script::setWindowSize
Sets the size of the window.
Declaration
void setWindowSize(int width, int height, WindowID windowID = NTSHENGN_WINDOW_UNKNOWN);
Parameters
Name |
Type |
Description |
---|---|---|
width |
int |
The new width of the window. |
height |
int |
The new height of the window. |
windowID |
The window to change the size of. By default, this window will be the main window. |
Returns
None.
Notes
The main window will be used if windowID
is equal to NTSHENGN_WINDOW_UNKNOWN
.