dsdl2.video

Members

Functions

getCurrentVideoDriver
string getCurrentVideoDriver()

Wraps SDL_GetCurrentVideoDriver which returns the current video driver

getVideoDrivers
const(string[]) getVideoDrivers()

Wraps SDL_GetNumVideoDrivers and SDL_GetVideoDriver which return a list of available video drivers

initVideo
void initVideo(string driverName)

Wraps SDL_VideoInit which initializes the video subsystem while specifying the video driver used

quitVideo
void quitVideo()

Wraps SDL_VideoQuit which quits the video subsystem

Meta

Authors

Avaxar <avaxar@nekkl.org>