WindowConfig

The flags used to control a window's initial behavior

Members

Properties

flags
SDL_WindowFlags flags [@property getter]
borderless
bool borderless;
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

fullscreen
bool fullscreen;
input_grabbed
bool input_grabbed;
maximized
bool maximized;
minimized
bool minimized;
resizable
bool resizable;
vsync
bool vsync;
Undocumented in source.

Meta