Window.maximized

Wraps SDL_GetWindowFlags to check whether the window is maximized

class Window
const @property @trusted
bool
maximized
()

Return Value

Type: bool

true if window is maximized, otherwise false

Meta