d2d.window.windowflags
- enum WindowFlags: uint;
- Window creation flags.
- Fullscreen
- Fullscreen window with custom resolution.
- FullscreenAuto
- Fullscreen window without automatic resolution.
- Shown
- Directly show the window without calling
show();
- Hidden
- Window is hidden by default and needs to be shown by
show();
- Borderless
- Window has no border or title bar.
- Resizable
- Window is resizable.
- Minimized
- Window is initially started in minimized mode.
- Maximized
- Window is initially started in maximized mode.
- Focused
- Window directly gains input and mouse focus on startup.
- HighDPI
- Window allows high DPI monitors.
- Default
- Combination of
Shown | Focused
Page generated by Ddoc.