SDL  2.0
SDL_error Struct Reference

#include <SDL_error_c.h>

Data Fields

int error
 
char str [ERR_MAX_STRLEN]
 

Detailed Description

Definition at line 32 of file SDL_error_c.h.

Field Documentation

◆ error

int SDL_error::error

Definition at line 34 of file SDL_error_c.h.

Referenced by SDL_ClearError(), SDL_GetError(), SDL_GetErrorMsg(), and SDL_SetError().

◆ str

char SDL_error::str[ERR_MAX_STRLEN]

Definition at line 35 of file SDL_error_c.h.

Referenced by SDL_GetError(), SDL_GetErrorMsg(), and SDL_SetError().


The documentation for this struct was generated from the following file: