Skip to content

SdlQuitSubSystem

Shut down specific SDL subsystems.

You still need to call SdlQuit even if you close all open subsystems with SdlQuitSubSystem.

Definition

Unit: Neslib.Sdl3.Basics

procedure SdlQuitSubSystem(const AFlags: TSdlInitFlags); inline

Parameters

AFlags: TSdlInitFlags : Any of the flags used by SdlInit; see SdlInit for details.

See Also