Window.fullscreen - multiple declarations
Function Window.fullscreen
Wraps SDL_GetWindowFlags to check whether the window is in real fullscreen
bool fullscreen() @property @trusted const;
Returns
true if the the window is in real fullscreen, otherwise false
Function Window.fullscreen
Wraps SDL_SetWindowFullscreen which sets the fullscreen mode of the window
void fullscreen
(
bool newFullscreen
) @property @trusted;
Parameters
| Name | Description |
|---|---|
| newFullscreen | true to make the window fullscreen, otherwise false |
Throws
dsdl if failed to set the window's fullscreen mode