Function libui_ng_sys::uiWindowSetFullscreen
source · Expand description
Sets whether or not the window is full screen.
@param w uiWindow instance.
@param fullscreen TRUE to make window full screen, FALSE otherwise.
@note This method is merely a hint and may be ignored by the system.
@memberof uiWindow