Window.minimumSize

Wraps SDL_GetWindowMinimumSize which gets the minimum size in pixels that the window can be resized to

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

Return Value

Type: uint[2]

minimum set size of the window in pixels

Meta