Window.bordered

Wraps SDL_SetWindowBordered which sets whether the borders' visibility

  1. bool bordered()
  2. void bordered(bool newBordered)
    class Window
    @property @trusted
    void
    bordered

Parameters

newBordered bool

true to make the borders visible, otherwise false

Meta