vengine  0.0.1
3D graphics engine
Loading...
Searching...
No Matches
ven::WindowConf Struct Reference

#include <Config.hpp>

+ Collaboration diagram for ven::WindowConf:

Public Attributes

uint16_t width = DEFAULT_WIDTH
 
uint16_t height = DEFAULT_HEIGHT
 
bool fullscreen = false
 

Detailed Description

Definition at line 19 of file Config.hpp.

Member Data Documentation

◆ fullscreen

bool ven::WindowConf::fullscreen = false

Definition at line 23 of file Config.hpp.

◆ height

uint16_t ven::WindowConf::height = DEFAULT_HEIGHT

Definition at line 22 of file Config.hpp.

◆ width

uint16_t ven::WindowConf::width = DEFAULT_WIDTH

Definition at line 21 of file Config.hpp.


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