bindbc.sdl.bind.sdlassert

Undocumented in source.

Members

Aliases

SDL_AssertData
alias SDL_AssertData = SDL_assert_data
Undocumented in source.
SDL_AssertState
alias SDL_AssertState = SDL_assert_state
Undocumented in source.
SDL_AssertionHandler
alias SDL_AssertionHandler = SDL_AssertState function(const(SDL_AssertData)* data, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetAssertionHandler
alias pSDL_GetAssertionHandler = SDL_AssertionHandler function(void** puserdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetAssertionReport
alias pSDL_GetAssertionReport = const(SDL_assert_data)* function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_GetDefaultAssertionHandler
alias pSDL_GetDefaultAssertionHandler = SDL_AssertionHandler function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
pSDL_ResetAssertionReport
alias pSDL_ResetAssertionReport = 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_SetAssertionHandler
alias pSDL_SetAssertionHandler = void function(SDL_AssertionHandler handler, void* userdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Enums

SDL_assert_state
enum SDL_assert_state
Undocumented in source.

Functions

SDL_GetAssertionHandler
SDL_AssertionHandler SDL_GetAssertionHandler(void** puserdata)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetAssertionReport
const(SDL_assert_data)* SDL_GetAssertionReport()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_GetDefaultAssertionHandler
SDL_AssertionHandler SDL_GetDefaultAssertionHandler()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_ResetAssertionReport
void SDL_ResetAssertionReport()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
SDL_SetAssertionHandler
void SDL_SetAssertionHandler(SDL_AssertionHandler handler, void* userdata)
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_GetAssertionHandler
pSDL_GetAssertionHandler SDL_GetAssertionHandler;
Undocumented in source.
SDL_GetAssertionReport
pSDL_GetAssertionReport SDL_GetAssertionReport;
Undocumented in source.
SDL_GetDefaultAssertionHandler
pSDL_GetDefaultAssertionHandler SDL_GetDefaultAssertionHandler;
Undocumented in source.
SDL_ResetAssertionReport
pSDL_ResetAssertionReport SDL_ResetAssertionReport;
Undocumented in source.
SDL_SetAssertionHandler
pSDL_SetAssertionHandler SDL_SetAssertionHandler;
Undocumented in source.

Structs

SDL_assert_data
struct SDL_assert_data
Undocumented in source.

Meta