pub unsafe extern "C" fn uiWindowFullscreen(w: *mut uiWindow) -> c_int
Expand description

Returns whether or not the window is full screen.

@param w uiWindow instance. @returns TRUE if full screen, FALSE otherwise. [Default: FALSE] @memberof uiWindow