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