sdl2/generated/lib_sdl_assert library

Functions

sdlGetAssertionHandler(Pointer<Pointer<NativeType>> puserdata) Pointer<NativeFunction<SdlAssertionHandler>>
Get the current assertion handler.
sdlGetAssertionReport() Pointer<SdlAssertData>
Get a list of all assertion failures.
sdlGetDefaultAssertionHandler() Pointer<NativeFunction<SdlAssertionHandler>>
Get the default assertion handler.
sdlReportAssertion(Pointer<SdlAssertData> arg0, String? arg1, String? arg2, Pointer<NativeType> arg3) int
this tells Clang's static analysis that we're a custom assert function, and that the analyzer should assume the condition was always true past this SDL_assert test. */
sdlResetAssertionReport() → void
Clear the list of all assertion failures.
sdlSetAssertionHandler(Pointer<NativeFunction<SdlAssertionHandler>> handler, Pointer<NativeType> userdata) → void
Set an application-defined assertion handler.