Open
Description
Current
sdl2::hint::set("SDL_VIDEO_MINIMIZE_ON_FOCUS_LOSS", "0");
Idea
// if this belongs in sdl2::video, then we'll use that
// or if there is a better place for the enum, great
sdl2::hint::set(sdl2::hint::Hint::MinimizeOnFocusLoss, false);
If this is desired let me know and I'll try to make time for an implementation.