Module dsdl.video
Functions
Name | Description |
---|---|
getCurrentVideoDriver()
|
Wraps SDL_GetCurrentVideoDriver which returns the current video driver
|
getVideoDrivers()
|
Wraps SDL_GetNumVideoDrivers and SDL_GetVideoDriver which return a list of available video drivers
|
initVideo(driverName)
|
Wraps SDL_VideoInit which initializes the video subsystem while specifying the video driver used
|
quitVideo()
|
Wraps SDL_VideoQuit which quits the video subsystem
|