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

Gets the window’s title, or "" if there is no title.