|
Size: 658
Comment: minor change
|
Size: 720
Comment: Added Version section.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 25: | Line 25: |
| == Version == This function is available since SDL 2.0.0. |
SDL_GetCurrentVideoDriver
Use this function to return the name of the currently initialized video driver.
Contents
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.
