Function SDL_GetCurrentVideoDriver
pub unsafe extern "C" fn SDL_GetCurrentVideoDriver() -> *const i8
Available on crate feature
dep_sdl2
only.Expand description
Get the name of the currently initialized video driver.
\returns the name of the current video driver or NULL if no driver has been initialized.
\since This function is available since SDL 2.0.0.
\sa SDL_GetNumVideoDrivers \sa SDL_GetVideoDriver