Searched refs:assertion_handler (Results 1 – 1 of 1) sorted by relevance
57 static SDL_AssertionHandler assertion_handler = SDL_PromptAssertion; variable92 if ((item != NULL) && (assertion_handler != SDL_PromptAssertion)) { in SDL_GenerateAssertionReport()305 state = assertion_handler(data, assertion_userdata); in SDL_ReportAssertion()344 assertion_handler = handler; in SDL_SetAssertionHandler()347 assertion_handler = SDL_PromptAssertion; in SDL_SetAssertionHandler()381 return assertion_handler; in SDL_GetAssertionHandler()