#pragma section-numbers off #pragma disable-camelcase = SDL_RaiseWindow = Use this function to raise a window above other windows and set the input focus. <> == Syntax == {{{#!highlight cpp void SDL_RaiseWindow(SDL_Window* window) }}} == Function Parameters == ||'''window'''||the window to raise|| == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' ---- [[CategoryAPI]], [[CategoryVideo]]