Wiki Page Content

Revision 3 as of 2010-07-21 04:21:07

Clear message

DRAFT

SDL_GetError

Use this function to retrieve a message about the last error that occurred.

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

It is possible for multiple errors to occur before calling SDL_GetError(). Only the last error is returned.


CategoryAPI, CategoryError

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit