SFML.Net
Styles Enumeration |
Enumeration of window creation styles
Namespace: SFML.Window
Assembly: sfmlnet-window-2 (in sfmlnet-window-2.dll) Version: 2.2.0.0 (2.2.0)


Member name | Value | Description | |
---|---|---|---|
None | 0 | No border / title bar (this flag and all others are mutually exclusive) | |
Titlebar | 1 | Title bar + fixed border | |
Resize | 2 | Titlebar + resizable border + maximize button | |
Close | 4 | Titlebar + close button | |
Fullscreen | 8 | Fullscreen mode (this flag and all others are mutually exclusive)) | |
Default | 7 | Default window style (titlebar + resize + close) |
