Penguin
Note: You are viewing an old revision of this page. View the current version.

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.