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