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