![]() |
LLGL 0.05 Beta
|
Window creation flags. More...
#include <WindowFlags.h>
Public Types | |
| enum | { Visible = (1 << 0) , Borderless = (1 << 1) , Resizable = (1 << 2) , Centered = (1 << 3) , AcceptDropFiles = (1 << 4) , DisableClearOnResize = (1 << 5) , DisableSizeScaling = (1 << 6) } |
Window creation flags.
| anonymous enum |
| Enumerator | |
|---|---|
| Visible | Specifies whether the window is visible at creation time. |
| Borderless | Specifies whether the window is borderless. This is required for a fullscreen swap-chain. |
| Resizable | Specifies whether the window can be resized.
|
| Centered | Specifies whether the window is centered within the desktop screen at creation time.
|
| AcceptDropFiles | Specifies whether the window allows that files can be dragged-and-dropped onto the window.
|
| DisableClearOnResize | Specifies not to clear the content of the window when it is resized.
|
| DisableSizeScaling | Specifies not to multiply the window size by the backing scale factor.
|