Penguin

SDL_!RemoveTimer?

SDL_!RemoveTimer?

NAME SYNOPSIS DESCRIPTION RETURN VALUE EXAMPLES SEE ALSO


NAME

SDL_!RemoveTimer?- Remove a timer which was added with SDL_!AddTimer?.

SYNOPSIS

#include

SDL_bool SDL_!RemoveTimer?(SDL_TimerID id);

DESCRIPTION

Removes a timer callback previously added with SDL_!AddTimer?.

RETURN VALUE

Returns a boolean value indicating success.

EXAMPLES

SDL_!RemoveTimer?(my_timer_id);

SEE ALSO

SDL_!AddTimer?


This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.