sdl_videodrivername — Obtain the name of the video driver
string sdl_videodrivername( | ) ; |
Returns the name of the initialised video driver. The driver name is a simple one word identifier like "x11" or "windib". Returns NULL if video has not initialized with sdl_init.