SDL Wiki

SDL_WINDOW_FULLSCREEN

Flag to request a fullscreen window, possibly with a resolution change.

Header File

Defined in SDL_video.h

Remarks

If this window flag is included in SDL_CreateWindow's flags, the window will be created in fullscreen mode.

SDL may change the display's resolution to accomodate this window. If you just want to cover the entire screen, and your game can deal with arbitrary resolutions, you should use SDL_WINDOW_FULLSCREEN_DESKTOP instead of this flag, as it will not change the display's resolution.

See Also


[ edit | delete | history | feedback | raw ]

[ front page | index | search | recent changes | git repo | offline html ]

All wiki content is licensed under Creative Commons Attribution 4.0 International (CC BY 4.0).
Wiki powered by ghwikipp.