![]() |
ezEngine Release 25.08
|
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 = ezUInt8 |
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 ezWindowMode::Enum |