|
Size: 636
Comment: update content (from Sam)
|
Size: 619
Comment: update content (w/ Sam)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 17: | Line 17: |
| ||'''fmt'''||a pointer to information about the format of the error ???|| ||''''''|||| |
||'''fmt'''||a printf() style message format string|| ||'''...'''|||| |
DRAFT |
SDL_SetError
Use this function to set the SDL error string.
Syntax
void SDL_SetError(const char* fmt,
...)
Function Parameters
fmt |
a printf() style message format string |
... |
Code Examples
You can add your code example here
Remarks
You can add useful comments here
