Wiki Page Content

Differences between revisions 3 and 5 (spanning 2 versions)
Revision 3 as of 2010-08-29 22:18:32
Size: 725
Editor: SheenaSmith
Comment: update content (w/ Sam); remove 'draft' note
Revision 5 as of 2010-09-24 20:55:53
Size: 725
Editor: SheenaSmith
Comment: undo changes
No differences found!

SDL_GetVideoDriver

Use this function to get the name of a built in video driver.

Syntax

const char* SDL_GetVideoDriver(int index)

Function Parameters

index

the index of a video driver

Return Value

Returns the name of the video driver with the given index.

Code Examples

You can add your code example here

Remarks

The video drivers are presented in the order in which they are normally checked during initialization.


CategoryAPI, CategoryVideo

None: SDL_GetVideoDriver (last edited 2010-09-24 20:55:53 by SheenaSmith)

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