Flashnux

GNU/Linux man pages

Livre :
Expressions régulières,
Syntaxe et mise en oeuvre :

ISBN : 978-2-7460-9712-4
EAN : 9782746097124
(Editions ENI)

GNU/Linux

CentOS 5.3

SDL_RemoveTimer(3)


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.h"

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



SDL_RemoveTimer(3)