![]() |
XII Release 0.1.0
|
Determines how the position and resolution for a window are picked. More...
#include <Window.h>
Public Types | |
enum | Enum : StorageType { WindowFixedResolution , WindowResizable , FullscreenBorderlessNativeResolution , FullscreenFixedResolution , Default = WindowFixedResolution } |
using | StorageType = xiiUInt8 |
Static Public Member Functions | |
static constexpr bool | IsFullscreen (Enum e) |
Returns whether the window covers an entire monitor. This includes borderless windows and proper fullscreen modes. | |
Determines how the position and resolution for a window are picked.
enum xiiWindowMode::Enum : StorageType |