[][src]Function sdl2_sys::SDL_GetWindowTitle

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

\brief Get the title of a window, in UTF-8 format.

\sa SDL_SetWindowTitle()