Wiki Page Content

Differences between revisions 5 and 6
Revision 5 as of 2016-05-14 22:03:20
Size: 720
Comment: Added Version section.
Revision 6 as of 2016-05-14 22:03:59
Size: 717
Comment: Changed wording of description.
Deletions are marked like this. Additions are marked like this.
Line 5: Line 5:
Use this function to return the name of the currently initialized video driver. Use this function to get the name of the currently initialized video driver.

SDL_GetCurrentVideoDriver

Use this function to get 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

Version

This function is available since SDL 2.0.0.


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