SDL_EventState.3
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. .TH "SDL_EventState" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference" 
  2. .SH "NAME"
  3. SDL_EventState- This function allows you to set the state of processing certain events&.
  4. .SH "SYNOPSIS"
  5. .PP
  6. fB#include "SDL&.h"
  7. .sp
  8. fBUint8 fBSDL_EventStatefPfR(fBUint8 type, int statefR);
  9. .SH "DESCRIPTION"
  10. .PP
  11. This function allows you to set the state of processing certain event fBtypefR&'s&.
  12. .PP
  13. If fBstatefR is set to fBSDL_IGNOREfP, that event fBtypefR will be automatically dropped from the event queue and will not be filtered&.
  14. .PP
  15. If fBstatefR is set to fBSDL_ENABLEfP, that event fBtypefR will be processed normally&.
  16. .PP
  17. If fBstatefR is set to fBSDL_QUERYfP, fBSDL_EventStatefP will return the current processing state of the specified event fBtypefR&.
  18. .PP
  19. A list of event fBtypefR&'s can be found in the fIfBSDL_EventfRfR section&.
  20. .SH "SEE ALSO"
  21. .PP
  22. fIfBSDL_EventfRfR
  23. ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59