pub unsafe extern "C" fn SDL_HideWindow(window: *mut SDL_Window)Expand description
Hide a window.
\param window the window to hide
\since This function is available since SDL 2.0.0.
\sa SDL_ShowWindow
pub unsafe extern "C" fn SDL_HideWindow(window: *mut SDL_Window)Hide a window.
\param window the window to hide
\since This function is available since SDL 2.0.0.
\sa SDL_ShowWindow