Meteor2D  dev internal
Meteor is a lightweight 2D game engine.
Loading...
Searching...
No Matches
meteor::SWindowProperties Struct Reference

A encapsulate properties window creation. More...

#include <windowproperties.h>

Public Member Functions

 SWindowProperties (std::string name, SColor backgroundColor)
 

Public Attributes

std::string name = "Meteor2D"
 
size_t width = SCREEN_WIDTH
 
size_t height = SCREEN_HEIGHT
 
bool fullscreen = FULLSCREEN
 
bool vsync = USE_VSYNC
 
SColor backgroundColor
 

Detailed Description

A encapsulate properties window creation.