WindowConfig

The flags used to control a window's initial behavior

struct WindowConfig {
bool fullscreen;
bool resizable;
bool borderless;
bool minimized;
bool maximized;
bool input_grabbed;
bool vsync;
}

Meta