|
Size: 798
Comment: added DRAFT to top for removal after page is edited
|
Size: 767
Comment: minor change
|
| 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|| | |
| Line 19: | Line 18: |
| The name of the video driver with the called '''index'''. | Returns the name of the video driver with the given '''index'''. <<Color2(green,Is there an error state?)>> |
SDL_GetVideoDriver
Use this function to get the name of a built in video driver.
Contents
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. green
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.
