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