pub unsafe extern "C" fn SDL_GetCurrentVideoDriver() -> *const c_char
Expand description

\brief Returns the name of the currently initialized video driver.

\return The name of the current video driver or NULL if no driver has been initialized

\sa SDL_GetNumVideoDrivers() \sa SDL_GetVideoDriver()