DRAFT |
SDL_GetError
Use this function to retrieve an SDL error string.
Syntax
char* SDL_GetError(void)
Return Value
A pointer to (a enum? filled with) information about the specific error that occurred.
Code Examples
You can add your code example here
Remarks
You can add useful comments here
Related Functions
SDL_ClearError ???
