|
⇤ ← Revision 1 as of 2010-05-08 20:39:27
Size: 652
Comment: create page, add content (Wed Mar 10 ver; changeset 4428)
|
Size: 636
Comment: update content (from Sam)
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 6: | Line 6: |
| Use this function to ^create the content of an error message^. | Use this function to set the SDL error string. |
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
