Window.fullscreen

Wraps SDL_GetWindowFlags to check whether the window is in real fullscreen

  1. bool fullscreen()
    class Window
    const @property @trusted
    bool
    fullscreen
    ()
  2. void fullscreen(bool newFullscreen)

Return Value

Type: bool

true if the the window is in real fullscreen, otherwise false

Meta