Table of Contents

Enum WindowSettings

Namespace
Alis.Core.Graphic.Sdl2.Enums
Assembly
Alis.dll

The sdl window flags enum

[Flags]
public enum WindowSettings : uint

Fields

None = 0

The none window

WindowFullscreen = 1

The sdl window fullscreen sdl window flags

WindowOpengl = 2

The sdl window opengl sdl window flags

WindowShown = 4

The sdl window shown sdl window flags

WindowHidden = 8

The sdl window hidden sdl window flags

WindowBorderless = 16

The sdl window borderless sdl window flags

WindowResizable = 32

The sdl window resizable sdl window flags

WindowMinimized = 64

The sdl window minimized sdl window flags

WindowMaximized = 128

The sdl window maximized sdl window flags

WindowMouseGrabbed = 256

The sdl window mouse grabbed sdl window flags

WindowInputFocus = 512

The sdl window input focus sdl window flags

WindowMouseFocus = 1024

The sdl window mouse focus sdl window flags

WindowFullscreenDesktop = 4097

The sdl window fullscreen desktop sdl window flags

WindowForeign = 2048

The sdl window foreign sdl window flags

WindowAllowHighDpi = 8192

The sdl window allow high dpi sdl window flags

WindowMouseCapture = 16384

The sdl window mouse capture sdl window flags

WindowAlwaysOnTop = 32768

The sdl window always on top sdl window flags

WindowSkipTaskbar = 65536

The sdl window skip taskbar sdl window flags

WindowUtility = 131072

The sdl window utility sdl window flags

WindowTooltip = 262144

The sdl window tooltip sdl window flags

WindowPopupMenu = 524288

The sdl window popup menu sdl window flags

WindowKeyboardGrabbed = 1048576

The sdl window keyboard grabbed sdl window flags

WindowVulkan = 268435456

The sdl window vulkan sdl window flags

WindowMetal = 33554432

The sdl window metal sdl window flags

WindowInputGrabbed = 256

The sdl window input grabbed sdl window flags