DirectZ
|
#include <Window.hpp>
Public Attributes | |
std::string | title |
float | x |
float | y |
float | width |
float | height |
bool | borderless = false |
bool | vsync = true |
bool dz::WindowCreateInfo::borderless = false |
float dz::WindowCreateInfo::height |
std::string dz::WindowCreateInfo::title |
bool dz::WindowCreateInfo::vsync = true |
float dz::WindowCreateInfo::width |
float dz::WindowCreateInfo::x |
float dz::WindowCreateInfo::y |