Function SDL_MinimizeWindow
pub unsafe extern "C" fn SDL_MinimizeWindow(window: *mut SDL_Window)
Available on crate feature
dep_sdl2
only.Expand description
Minimize a window to an iconic representation.
\param window the window to minimize
\since This function is available since SDL 2.0.0.
\sa SDL_MaximizeWindow \sa SDL_RestoreWindow