Value | Meaning |
---|---|
DefaultShown | Default is Shown |
FullscreenSDL_WINDOW_FULLSCREEN | Window is fullscreened |
DesktopSDL_WINDOW_FULLSCREEN_DESKTOP | Window has Desktop Fullscreen |
ShownSDL_WINDOW_SHOWN | Show the Window immediately |
HiddenSDL_WINDOW_HIDDEN | Hide the Window immediately |
BorderlessSDL_WINDOW_BORDERLESS | The Window has no border |
ResizeableSDL_WINDOW_RESIZABLE | Window is resizeable |
MaximizedSDL_WINDOW_MAXIMIZED | Maximize the Window immediately |
MinimizedSDL_WINDOW_MINIMIZED | Minimize the Window immediately |
InputGrabbedSDL_WINDOW_INPUT_GRABBED | Grab the input inside the window |
InputFocusSDL_WINDOW_INPUT_FOCUS | The Window has input (keyboard) focus |
MouseFocusSDL_WINDOW_MOUSE_FOCUS | The Window has mouse focus |
MouseCaptureSDL_WINDOW_MOUSE_CAPTURE | window has mouse captured (unrelated to InputGrabbed) |
AllowHighDPISDL_WINDOW_ALLOW_HIGHDPI | Window should be created in high-DPI mode if supported |
The specific window styles