setWindowResizable
WindowModuleInterface::setWindowResizable
Enables or disables manual window resizing.
Declaration
virtual void setWindowResizable(WindowID windowID, bool resizable) = 0;
Parameters
Name |
Type |
Description |
---|---|---|
windowID |
The window to change the resizability of. |
|
resizable |
bool |
Resizable ( |
Returns
None.