Window.minimumSize

Wraps SDL_SetWindowMinimumSize which sets the minimum size in pixels that the window can be resized to

  1. uint[2] minimumSize()
  2. void minimumSize(uint[2] newMinimumSize)
    class Window
    @property @trusted
    void
    minimumSize
    ()

Parameters

newMinimumSize uint[2]

new minimum set size of the window in pixels (width and height)

Meta