Go to the source code of this file.
◆ SDL_Error
◆ SDL_GetError
| #define SDL_GetError |
( |
| void | ) |
|
Value:
#define SDL_GetError
Definition SDL_error.h:40
#define VSF_SDL_WRAPPER(__api)
Definition vsf_sdl2_cfg.h:34
◆ SDL_SetError
◆ SDL_ClearError
Value:
#define SDL_ClearError
Definition SDL_error.h:42
◆ SDL_OutOfMemory
| #define SDL_OutOfMemory |
( |
| ) |
|
Value:
#define SDL_Error
Definition SDL_error.h:39
@ SDL_ENOMEN
Definition SDL_error.h:50
◆ SDL_errorcode
◆ SDL_errorcode
| Enumerator |
|---|
| SDL_ENOMEN | |
| SDL_EFREAD | |
| SDL_EFWRITE | |
| SDL_EFSEEK | |
| SDL_UNSUPPORTED | |
| SDL_LASTERROR | |
◆ SDL_Error()
◆ SDL_SetError()
| int SDL_SetError |
( |
const char * | fmt, |
|
|
| ... ) |
|
extern |