Skip to content

SdlWasInit

Get the specified subsystems which are currently initialized.

Definition

Unit: Neslib.Sdl3.Basics

function SdlWasInit(const AFlags: TSdlInitFlags = []): TSdlInitFlags; inline

Parameters

AFlags: TSdlInitFlags = [] : (Optional) flags used by SdlInit; see SdlInit for details.

Returns

TSdlInitFlags: All initialized subsystems if AFlags is [], otherwise it returns the initialization status of the specified subsystems.

See Also