| DRAFT | 
SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS
A hint that specifies if a SDL_Window is minimized if it loses key focus when in fullscreen mode.
Values
| 0 | do not minimize SDL_Window if it loses key focus when in fullscreen mode | 
| 1 | do minimize the SDL_Window if it loses key focus when in fullscreen mode | 
Default
By default a SDL_Window is minimized if it loses key focus when in fullscreen mode.
Code Examples
You can add your code example here
Remarks
You can add useful comments here




