Name
sdl.GetCurrentVideoDriver -- get current video driver
Synopsis
d$ = sdl.GetCurrentVideoDriver()
Function
This function returns the name of the current video driver, e.g. windows, cocoa, x11, etc.

Inputs
none

Results
d$
name of the current video driver

Show TOC