[][src]Function sdl2_sys::SDL_SetWindowTitle

pub unsafe extern "C" fn SDL_SetWindowTitle(
    window: *mut SDL_Window,
    title: *const c_char
)

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

\sa SDL_GetWindowTitle()