sdl3/generated/lib_sdl_assert library
Functions
-
sdlGetAssertionHandler(
Pointer< Pointer< puserdata) → Pointer<NativeType> >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< handler, Pointer<SdlAssertionHandler> >NativeType> userdata) → void - Set an application-defined assertion handler.