Function SDL_GetWindowTitle

pub unsafe extern "C" fn SDL_GetWindowTitle(
    window: *mut SDL_Window,
) -> *const i8
Available on crate feature dep_sdl2 only.
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