pub unsafe extern "C" fn SDL_GetWindowTitle(
    window: *mut SDL_Window
) -> *const c_char
Expand description

Get the title of a window.

\param window the window to query \returns the title of the window in UTF-8 format or “” if there is no title.

\since This function is available since SDL 2.0.0.

\sa SDL_SetWindowTitle