SDL_GetError
Get SDL error string
- Provided by: libsdl1.2-dev (Version: 1.2.15+dfsg1-3ubuntu0.1)
- Source: libsdl1.2
- Report a bug
Get SDL error string
#include "SDL/SDL.h"
char *SDL_GetError(void);
SDL_GetError returns a NULL terminated string containing information about the last internal SDL error.
SDL_GetError returns a string containing the last error.