[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
char *TTF_GetError()
This is really a defined macro for SDL_GetError
. It returns the last error set by TTF_SetError (or SDL_SetError
) as a string. Use this to tell the user what happened when an error status has been returned from an SDL_ttf function call.
Returns: a char pointer (string) containing a human readable version or the reason for the last error that occured.
|
See Also:
3.1.5 TTF_SetError