- 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**)
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, void*)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.