[][src]Function sdl2_sys::SDL_GetDisplayName

pub unsafe extern "C" fn SDL_GetDisplayName(
    displayIndex: c_int
) -> *const c_char

\brief Get the name of a display in UTF-8 encoding

\return The name of a display, or NULL for an invalid display index.

\sa SDL_GetNumVideoDisplays()