setWindowResizable

Script::setWindowResizable

Enables or disables manual window resizing.

Declaration

void setWindowResizable(bool resizable, WindowID windowID = NTSHENGN_WINDOW_UNKNOWN);

Parameters

Name

Type

Description

resizable

bool

Resizable (true) or not resizable (false).

windowID

WindowID

The window to change the resizability 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.