pub const SDL_HINT_VIDEO_MINIMIZE_ON_FOCUS_LOSS: &[u8];
Expand description

Minimize your SDL_Window if it loses key focus when in fullscreen mode.

Defaults to false.

Warning: Before SDL 2.0.14, this defaulted to true! In 2.0.14, we’re seeing if “true” causes more problems than it solves in modern times.