setWindowSize
WindowModuleInterface::setWindowSize
Sets the size of the window.
Declaration
virtual void setWindowSize(WindowID windowID, int width, int height) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
windowID |
The window to change the size of. |
|
width |
int |
The new width of the window. |
height |
int |
The new height of the window. |
Returns
None.