#pragma section-numbers off #pragma disable-camelcase = SDL_HideWindow = Use this function to hide a window. <> == Syntax == {{{#!highlight cpp void SDL_HideWindow(SDL_Window* window) }}} == Function Parameters == ||'''window'''||the window to hide|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_ShowWindow]] ---- [[CategoryAPI]], [[CategoryVideo]]