Window.minimized

Wraps SDL_GetWindowFlags to check whether the window is minimized

class Window
const @property @trusted
bool
minimized
()

Return Value

Type: bool

true if window is minimized, otherwise false

Meta