Wiki Page Content

Revision 1 as of 2009-11-19 22:02:33

Clear message

SDL_GetCurrentVideoDriver

Use this function to return the name of the currently initialized video driver.

Syntax

const char* SDL_GetCurrentVideoDriver(void)

Return Value

The name of the current video driver or NULL if no driver has been initialized.

Code Examples

You can add your code example here

Remarks

You can add useful comments here

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit