Window.bordered

Wraps SDL_GetWindowFlags to check whether the borders of the window are visible

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

Return Value

Type: bool

true if borders are visible, otherwise false

Meta