StevEngine
StevEngine is a customizable C++ game engine.
Loading...
Searching...
No Matches
StevEngine::GameSettings Struct Reference

Engine configuration settings. More...

#include <main/Engine.hpp>

Public Attributes

bool vsync = false
 Whether to use vertical sync.
 
bool fullscreen = false
 Whether to run fullscreen.
 
u_int16_t MSAA = 4
 Multisample anti-aliasing samples.
 
int WIDTH = 800
 Window width.
 
int HEIGHT = 600
 Window height.
 
int targetFPS = 60
 Target frames per second (-1 for unlimited)
 

Detailed Description

Engine configuration settings.


The documentation for this struct was generated from the following file: