Wiki Page Content

Differences between revisions 3 and 4
Revision 3 as of 2009-12-12 07:17:44
Size: 650
Editor: SheenaSmith
Comment: format update
Revision 4 as of 2010-09-23 21:50:16
Size: 658
Editor: SheenaSmith
Comment: minor change
Deletions are marked like this. Additions are marked like this.
Line 15: Line 15:
The name of the current video driver or NULL if no driver has been initialized. Returns the name of the current video driver or NULL if no driver has been initialized.

SDL_GetCurrentVideoDriver

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

Syntax

const char* SDL_GetCurrentVideoDriver(void)

Return Value

Returns 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


CategoryAPI, CategoryVideo

None: SDL_GetCurrentVideoDriver (last edited 2016-05-14 22:03:59 by PhilippWiesemann)

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