SdlSucceeded
Checks if an SDL API succeeded.
Definition
Unit: Neslib.Sdl3.Basics
Parameters
ASdlResult
: Boolean
: The Boolean result of an SDL API.
Returns
Boolean
: ASdlResult.
Remarks
If this method returns False, then TSdlApp.HandleError will be called.