Function sdl2_sys::SDL_MinimizeWindow
source ยท pub unsafe extern "C" fn SDL_MinimizeWindow(window: *mut SDL_Window)
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