- 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.
- 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.