The callback function for SDL_AddTimer.
interval | the timer delay, in milliseconds, passed by SDL_AddTimer |
param | a pointer that is passed by SDL_AddTimer |
Returns the next timer interval. If 0, the timer is cancelled.
See SDL_AddTimer
This function is available since SDL 3.0.0.
See SDL_AddTimer