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