Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::Window::Config Struct Reference

Data Fields

int width = 800
 
int height = 600
 
std::string title = "Brenta Engine"
 
bool capture_mouse = false
 
bool msaa = false
 
bool vsync = false
 
bool debug = false
 

Detailed Description

Definition at line 156 of file window.hpp.

Field Documentation

◆ capture_mouse

bool brenta::Window::Config::capture_mouse = false

Definition at line 162 of file window.hpp.

◆ debug

bool brenta::Window::Config::debug = false

Definition at line 165 of file window.hpp.

◆ height

int brenta::Window::Config::height = 600

Definition at line 160 of file window.hpp.

◆ msaa

bool brenta::Window::Config::msaa = false

Definition at line 163 of file window.hpp.

◆ title

std::string brenta::Window::Config::title = "Brenta Engine"

Definition at line 161 of file window.hpp.

◆ vsync

bool brenta::Window::Config::vsync = false

Definition at line 164 of file window.hpp.

◆ width

int brenta::Window::Config::width = 800

Definition at line 159 of file window.hpp.


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