#pragma section-numbers off #pragma disable-camelcase = SDL_GetWindowTitle = Use this function to get the title of a window. <> == Syntax == {{{#!highlight cpp const char* SDL_GetWindowTitle(SDL_Window* window) }}} == Function Parameters == ||'''window'''||the window to query|| == Return Value == Returns the title of the window in UTF-8 format or "" if there is no title. == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == ''You can add useful comments here'' == Related Functions == .[[SDL_SetWindowTitle]] ---- [[CategoryAPI]], [[CategoryVideo]]