Man Page: sdl_videodrivername
Operating Environment: centos
Section: 3
SDL_VideoDriverName(3) SDL API Reference SDL_VideoDriverName(3)NAMESDL_VideoDriverName - Obtain the name of the video driverSYNOPSIS#include "SDL.h" char *SDL_VideoDriverName(char *namebuf, int maxlen);DESCRIPTIONThe buffer pointed to by namebuf is filled up to a maximum of maxlen characters (include the NULL terminator) with the name of the ini- tialised video driver. The driver name is a simple one word identifier like "x11" or "windib".RETURN VALUEReturns NULL if video has not been initialised with SDL_Init or a pointer to namebuf otherwise.SEE ALSOSDL_Init SDL_InitSubSystemSDLTue 11 Sep 2001, 23:01 SDL_VideoDriverName(3)
| Related Man Pages |
|---|
| sdl_listmodes(3) - suse |
| sdl_wasinit(3) - centos |
| sdl_wasinit(3) - suse |
| sdl::mpeg(3pm) - debian |
| sdl::videoinfo(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Weird 'find' results |
| Best performance UNIX just for HOST Virtualization? |
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| Controlling user input |