Nebula
|
#include <window.h>
Public Attributes | |
CoreGraphics::DisplayMode | mode |
Util::StringAtom | title |
Util::StringAtom | icon |
CoreGraphics::AntiAliasQuality::Code | aa |
bool | resizable: 1 |
bool | decorated: 1 |
bool | fullscreen: 1 |
bool | vsync: 1 |
CoreGraphics::AntiAliasQuality::Code CoreGraphics::WindowCreateInfo::aa |
bool CoreGraphics::WindowCreateInfo::decorated |
bool CoreGraphics::WindowCreateInfo::fullscreen |
Util::StringAtom CoreGraphics::WindowCreateInfo::icon |
CoreGraphics::DisplayMode CoreGraphics::WindowCreateInfo::mode |
bool CoreGraphics::WindowCreateInfo::resizable |
Util::StringAtom CoreGraphics::WindowCreateInfo::title |
bool CoreGraphics::WindowCreateInfo::vsync |