Skip to content

SdlInitSubSystem

Compatibility function to initialize the SDL library.

This routine and SdlInit are interchangeable.

Definition

Unit: Neslib.Sdl3.Basics

procedure SdlInitSubSystem(const AFlags: TSdlInitFlags); inline

Parameters

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

Exceptions

ESdlError: Raised on failure.

See Also