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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. .TH "SDL_PeepEvents" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference" 
  2. .SH "NAME"
  3. SDL_PeepEvents- Checks the event queue for messages and optionally returns them&.
  4. .SH "SYNOPSIS"
  5. .PP
  6. fB#include "SDL&.h"
  7. .sp
  8. fBint fBSDL_PeepEventsfPfR(fBSDL_Event *events, int numevents, SDL_eventaction action, Uint32 maskfR);
  9. .SH "DESCRIPTION"
  10. .PP
  11. Checks the event queue for messages and optionally returns them&.
  12. .PP
  13. If fBactionfR is fBSDL_ADDEVENTfP, up to fBnumeventsfR events will be added to the back of the event queue&.
  14. .PP
  15. If fBactionfR is fBSDL_PEEKEVENTfP, up to fBnumeventsfR events at the front of the event queue, matching fIfBmaskfRfR, will be returned and will not be removed from the queue&.
  16. .PP
  17. If fBactionfR is fBSDL_GETEVENTfP, up to fBnumeventsfR events at the front of the event queue, matching fIfBmaskfRfR, will be returned and will be removed from the queue&.
  18. .PP
  19. This function is thread-safe&.
  20. .SH "RETURN VALUE"
  21. .PP
  22. This function returns the number of events actually stored, or fB-1fR if there was an error&. 
  23. .SH "SEE ALSO"
  24. .PP
  25. fIfBSDL_EventfRfR, fIfBSDL_PollEventfPfR, fIfBSDL_PushEventfPfR
  26. ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59