SDL_EventState.3
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- .TH "SDL_EventState" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference"
- .SH "NAME"
- SDL_EventState- This function allows you to set the state of processing certain events&.
- .SH "SYNOPSIS"
- .PP
- fB#include "SDL&.h"
- .sp
- fBUint8 fBSDL_EventStatefPfR(fBUint8 type, int statefR);
- .SH "DESCRIPTION"
- .PP
- This function allows you to set the state of processing certain event fBtypefR&'s&.
- .PP
- If fBstatefR is set to fBSDL_IGNOREfP, that event fBtypefR will be automatically dropped from the event queue and will not be filtered&.
- .PP
- If fBstatefR is set to fBSDL_ENABLEfP, that event fBtypefR will be processed normally&.
- .PP
- If fBstatefR is set to fBSDL_QUERYfP, fBSDL_EventStatefP will return the current processing state of the specified event fBtypefR&.
- .PP
- A list of event fBtypefR&'s can be found in the fIfBSDL_EventfRfR section&.
- .SH "SEE ALSO"
- .PP
- fIfBSDL_EventfRfR
- ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59