Skip to content

SdlRemoveTimer

Remove a timer created with SdlAddTimer or SdlAddTimerNS.

Definition

Unit: Neslib.Sdl3.Time

procedure SdlRemoveTimer(const AID: TSdlTimerID)

Parameters

AID: TSdlTimerID : The ID of the timer to remove.

Exceptions

ESdlError: Raised on failure.

See Also

Remarks

It is safe to call this routine from any thread.