|
Brenta Engine 1.2
|
Data Fields | |
| int | width |
| int | height |
| std::string | title |
| bool | capture_mouse |
| bool | msaa |
| bool | vsync |
| bool | debug |
Definition at line 116 of file window.hpp.
| bool brenta::window::config::capture_mouse |
Definition at line 122 of file window.hpp.
| bool brenta::window::config::debug |
Definition at line 125 of file window.hpp.
| int brenta::window::config::height |
Definition at line 120 of file window.hpp.
| bool brenta::window::config::msaa |
Definition at line 123 of file window.hpp.
| std::string brenta::window::config::title |
Definition at line 121 of file window.hpp.
| bool brenta::window::config::vsync |
Definition at line 124 of file window.hpp.
| int brenta::window::config::width |
Definition at line 119 of file window.hpp.