Wraps SDL_GetCurrentVideoDriver which returns the current video driver
Wraps SDL_GetNumVideoDrivers and SDL_GetVideoDriver which return a list of available video drivers
Wraps SDL_VideoInit which initializes the video subsystem while specifying the video driver used
Wraps SDL_VideoQuit which quits the video subsystem