Wiki Page Content

Differences between revisions 1 and 2
Revision 1 as of 2009-12-08 13:11:04
Size: 718
Editor: SheenaSmith
Comment: create page, add content
Revision 2 as of 2010-01-11 00:28:23
Size: 798
Editor: SheenaSmith
Comment: added DRAFT to top for removal after page is edited
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
||<tablewidth="100%"style="color: rgb(255, 0, 0); text-align: center;">DRAFT||

DRAFT

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

The name of the video driver with the called 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