![]() |
Plasma Engine
2.0
|
Determines how the position and resolution for a window are picked. More...
#include <Window.h>
Public Types | |
enum | Enum { WindowFixedResolution , WindowResizable , FullscreenBorderlessNativeResolution , FullscreenFixedResolution , Default = WindowFixedResolution } |
using | StorageType = plUInt8 |
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 plWindowMode::Enum |