Name
SDL_RemoveTimer -- Remove a timer which was added with
SDL_AddTimer.
Synopsis
uses
SDL;
function SDL_RemoveTimer( t : TSDL_TimerID ) : TSDL_Bool;
Description
Removes a timer callback previously added with
SDL_AddTimer.
Return Value
Returns a boolean value indicating success.
Examples
SDL_RemoveTimer( my_timer_id );