comparison docs/man3/SDL_SetTimer.3 @ 55:55f1f1b3e27d

Added new docs for SDL 1.2.1
author Sam Lantinga <slouken@lokigames.com>
date Sun, 10 Jun 2001 19:31:57 +0000
parents 74212992fb08
children e5bc29de3f0a
comparison
equal deleted inserted replaced
54:028447a8a758 55:55f1f1b3e27d
1 .TH "SDL_SetTimer" "3" "Mon 12 Mar 2001, 01:04" "SDL" "SDL API Reference" 1 .TH "SDL_SetTimer" "3" "Sun 10 Jun 2001, 19:41" "SDL" "SDL API Reference"
2 .SH "NAME" 2 .SH "NAME"
3 SDL_SetTimer\- Set a callback to run after the specified number of milliseconds has elapsed\&. 3 SDL_SetTimer\- Set a callback to run after the specified number of milliseconds has elapsed\&.
4 .SH "SYNOPSIS" 4 .SH "SYNOPSIS"
5 .PP 5 .PP
6 \fB#include "SDL\&.h" 6 \fB#include "SDL\&.h"
22 If you use this function, you need to pass \fBSDL_INIT_TIMER\fP to \fBSDL_Init()\fP\&. 22 If you use this function, you need to pass \fBSDL_INIT_TIMER\fP to \fBSDL_Init()\fP\&.
23 .PP 23 .PP
24 .RS 24 .RS
25 \fBNote: 25 \fBNote:
26 .PP 26 .PP
27 This function is kept for compatibility but has been superceeded by the new timer functions \fISDL_AddTimer\fR and \fISDL_RemoveTimer\fR which support multiple timers\&. 27 This function is kept for compatibility but has been superseded by the new timer functions \fISDL_AddTimer\fR and \fISDL_RemoveTimer\fR which support multiple timers\&.
28 .RE 28 .RE
29 .SH "EXAMPLES" 29 .SH "EXAMPLES"
30 .PP 30 .PP
31 .PP 31 .PP
32 .nf 32 .nf
34 .fi 34 .fi
35 .PP 35 .PP
36 .SH "SEE ALSO" 36 .SH "SEE ALSO"
37 .PP 37 .PP
38 \fI\fBSDL_AddTimer\fP\fR 38 \fI\fBSDL_AddTimer\fP\fR
39 ...\" created by instant / docbook-to-man, Mon 12 Mar 2001, 01:04 39 ...\" created by instant / docbook-to-man, Sun 10 Jun 2001, 19:41