Skip to content

SdlQuit

Clean up all initialized subsystems.

You should call this function even if you have already shutdown each initialized subsystem with SdlQuitSubSystem. It is safe to call this function even in the case of errors in initialization.

You can use this function with atexit() to ensure that it is run when your application is shutdown, but it is not wise to do this from a library or other dynamically loaded code.

Definition

Unit: Neslib.Sdl3.Basics

procedure SdlQuit; inline

See Also