Penguin
Blame: SDL_RemoveTimer(3)
EditPageHistoryDiffInfoLikePages
Annotated edit history of SDL_RemoveTimer(3) version 2, including all changes. View license author blame.
Rev Author # Line
2 perry 1 SDL_!RemoveTimer
2 !!!SDL_!RemoveTimer
1 perry 3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 RETURN VALUE
7 EXAMPLES
8 SEE ALSO
9 ----
10 !!NAME
11
12
2 perry 13 SDL_!RemoveTimer- Remove a timer which was added with ''SDL_!AddTimer''.
1 perry 14 !!SYNOPSIS
15
16
17 __#include __
18
19
2 perry 20 __SDL_bool SDL_!RemoveTimer__(__SDL_TimerID
1 perry 21 id__);
22 !!DESCRIPTION
23
24
25 Removes a timer callback previously added with
2 perry 26 ''SDL_!AddTimer''.
1 perry 27 !!RETURN VALUE
28
29
30 Returns a boolean value indicating success.
31 !!EXAMPLES
32
33
2 perry 34 SDL_!RemoveTimer(my_timer_id);
1 perry 35 !!SEE ALSO
36
37
2 perry 38 __SDL_!AddTimer__
1 perry 39 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.