DRAFT |
SDL_SetError
Use this function to set the SDL error string.
Syntax
void SDL_SetError(const char* fmt,
...)
Function Parameters
fmt |
a pointer to information about the format of the error ??? |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
