Brenta Engine 1.2
Loading...
Searching...
No Matches
brenta::window::config Struct Reference

Data Fields

int width
 
int height
 
std::string title
 
bool capture_mouse
 
bool msaa
 
bool vsync
 
bool debug
 

Detailed Description

Definition at line 116 of file window.hpp.

Field Documentation

◆ capture_mouse

bool brenta::window::config::capture_mouse

Definition at line 122 of file window.hpp.

◆ debug

bool brenta::window::config::debug

Definition at line 125 of file window.hpp.

◆ height

int brenta::window::config::height

Definition at line 120 of file window.hpp.

◆ msaa

bool brenta::window::config::msaa

Definition at line 123 of file window.hpp.

◆ title

std::string brenta::window::config::title

Definition at line 121 of file window.hpp.

◆ vsync

bool brenta::window::config::vsync

Definition at line 124 of file window.hpp.

◆ width

int brenta::window::config::width

Definition at line 119 of file window.hpp.


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