WindowDesc#

Fully qualified name: carb::windowing::WindowDesc

Defined in carb/windowing/IWindowing.h

struct WindowDesc#

Descriptor for how a window is to be created.

Public Members

int width#

The initial window width.

int height#

The initial window height.

const char *title#

The initial title of the window.

bool fullscreen#

Should the window be initialized in fullscreen mode.

WindowHints hints#

Initial window hints / attributes.