WindowSettings

WindowSettings.

Members

Variables

fullscreen
bool fullscreen;

Fullscreen window ?

resizable
bool resizable;

Resizable window ? (can't be changed at runtime)

resolution
Size!int resolution;

Window resolution

title
string title;
Undocumented in source.
vsync
bool vsync;

VSync ?

Meta