bindbc.sdl.bind.sdlerror

Undocumented in source.

Members

Aliases

pSDL_ClearError
alias pSDL_ClearError = void function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetError
alias pSDL_GetError = const(char)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_SetError
alias pSDL_SetError = void function(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

SDL_ClearError
void SDL_ClearError()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetError
const(char)* SDL_GetError()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetError
void SDL_SetError(const(char)* fmt, ...)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Static variables

SDL_ClearError
pSDL_ClearError SDL_ClearError;
Undocumented in source.
SDL_GetError
pSDL_GetError SDL_GetError;
Undocumented in source.
SDL_SetError
pSDL_SetError SDL_SetError;
Undocumented in source.

Meta