8#ifndef GALAXY_CORE_WINDOWSETTINGS_HPP_
9#define GALAXY_CORE_WINDOWSETTINGS_HPP_
Holds window related settings.
std::string title
Window title.
bool debug
Enable debug api calls.
bool fullscreen
Open window fullscreen. Has priority over maximized.
bool maximized
Open window maximized.
int window_width
Width of window (or fullscreen).
int window_height
Height of window (or fullscreen).
int frame_width
The virtual or final framebuffer width.
int frame_height
The virtual or final framebuffer height.