Window.bordered - multiple declarations

Function Window.bordered

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

bool bordered() @property @trusted const;

Returns

true if borders are visible, otherwise false

Function Window.bordered

Wraps SDL_SetWindowBordered which sets whether the borders' visibility

void bordered (
  bool newBordered
) @property @trusted;

Parameters

NameDescription
newBordered true to make the borders visible, otherwise false