#pragma section-numbers off #pragma disable-camelcase = SDL_GetWindowFromID = Use this function to get a window from a stored ID. <> == Syntax == {{{#!highlight cpp SDL_Window* SDL_GetWindowFromID(Uint32 id) }}} == Function Parameters == ||'''id'''||the ID of the window|| == Return Value == Returns the window associated with '''id''' or NULL if it doesn't exist; call [[SDL_GetError]]() for more information. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_GetWindowID]] ---- [[CategoryAPI]], [[CategoryVideo]]