SDL_RemoveTimer

Remove a timer created with SDL_AddTimer().

extern (C) nothrow @nogc extern
bool
SDL_RemoveTimer

Parameters

id SDL_TimerID

The ID of the timer to remove.

Return Value

Type: bool

true on success or false on failure; call SDL_GetError for more information.

Threadsafety: It is safe to call this function from any thread.

See Also

Meta