Window.resizable

Wraps SDL_GetWindowFlags to check whether the window's size is resizable by the user

  1. bool resizable()
    class Window
    const @property @trusted
    bool
    resizable
    ()
  2. void resizable(bool newResizable)

Return Value

Type: bool

true if the window is resizable, otherwise false

Meta