SDL_Init.3
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- .TH "SDL_Init" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference"
- .SH "NAME"
- SDL_Init- Initializes SDL
- .SH "SYNOPSIS"
- .PP
- fB#include "SDL&.h"
- .sp
- fBint fBSDL_InitfPfR(fBUint32 flagsfR);
- .SH "DESCRIPTION"
- .PP
- Initializes SDL&. This should be called before all other SDL functions&. The fBflagsfR parameter specifies what part(s) of SDL to initialize&.
- .TP 20
- fBSDL_INIT_TIMERfP
- Initializes the fItimerfR subsystem&.
- .TP 20
- fBSDL_INIT_AUDIOfP
- Initializes the fIaudiofR subsystem&.
- .TP 20
- fBSDL_INIT_VIDEOfP
- Initializes the fIvideofR subsystem&.
- .TP 20
- fBSDL_INIT_CDROMfP
- Initializes the fIcdromfR subsystem&.
- .TP 20
- fBSDL_INIT_JOYSTICKfP
- Initializes the fIjoystickfR subsystem&.
- .TP 20
- fBSDL_INIT_EVERYTHINGfP
- Initialize all of the above&.
- .TP 20
- fBSDL_INIT_NOPARACHUTEfP
- Prevents SDL from catching fatal signals&.
- .TP 20
- fBSDL_INIT_EVENTTHREADfP
- .SH "RETURN VALUE"
- .PP
- Returns fB-1fR on an error or fB0fR on success&.
- .SH "SEE ALSO"
- .PP
- fIfBSDL_QuitfPfR, fIfBSDL_InitSubSystemfPfR
- ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 23:00