Get the name of the currently initialized video driver.
Defined in SDL_video.h
const char* SDL_GetCurrentVideoDriver(void);
(const char *) Returns the name of the current video driver or NULL if no driver has been initialized.
This function is available since SDL 2.0.0.