= SDL_HideWindow = Hide a window. == Syntax == void SDL_HideWindow(SDL_Window * window); == Function Parameters == {| |'''window''' |the window to hide |} == Version == This function is available since SDL 2.0.0. == Related Functions == :[[SDL_ShowWindow]] ---- [[CategoryAPI]], [[CategoryVideo]]