Name

sdl_videodrivername — Obtain the name of the video driver

Synopsis

string sdl_videodrivername(); 

Description

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.