sdl3/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.
sdlResetAssertionReport() → void
Clear the list of all assertion failures.
sdlSetAssertionHandler(Pointer<NativeFunction<SdlAssertionHandler>> handler, Pointer<NativeType> userdata) → void
Set an application-defined assertion handler.