Function sdl2_sys::SDL_GetWindowTitle
source ยท pub unsafe extern "C" fn SDL_GetWindowTitle(
window: *mut SDL_Window,
) -> *const c_char
Expand description
\brief Get the title of a window, in UTF-8 format.
\sa SDL_SetWindowTitle()