Window.resizable

Wraps SDL_SetWindowResizable (from SDL 2.0.5) which sets the window's resizability

  1. bool resizable()
  2. void resizable(bool newResizable)
    class Window
    @property @trusted
    static if(sdlSupport >= SDLSupport.v2_0_5)
    void
    resizable

Parameters

newResizable bool

true to make the window resizable, otherwise false

Meta