|
Size: 646
Comment: add categories
|
Size: 650
Comment: format update
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 23: | Line 23: |
| You can add useful comments here | ''You can add useful comments here'' |
SDL_GetCurrentVideoDriver
Use this function to return the name of the currently initialized video driver.
Syntax
const char* SDL_GetCurrentVideoDriver(void)
Return Value
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
