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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. .TH "SDL_SysWMEvent" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference" 
  2. .SH "NAME"
  3. SDL_SysWMEvent- Platform-dependent window manager event&.
  4. .SH "DESCRIPTION"
  5. .PP
  6. The system window manager event contains a pointer to system-specific information about unknown window manager events&. If you enable this event using fIfBSDL_EventState()fPfR, it will be generated whenever unhandled events are received from the window manager&. This can be used, for example, to implement cut-and-paste in your application&. 
  7. .PP
  8. .nf
  9. f(CWtypedef struct {
  10.          Uint8 type;   /* Always SDL_SysWM */
  11.  } SDL_SysWMEvent;fR
  12. .fi
  13. .PP
  14.  If you want to obtain system-specific information about the window manager, you can fill the version member of a fBSDL_SysWMinfofR structure (details can be found in fBSDL_syswm&.hfP, which must be included) using the fBSDL_VERSION()fP macro found in fBSDL_version&.hfP, and pass it to the function: 
  15. .PP
  16. .sp
  17. fBint fBSDL_GetWMInfofPfR(fBSDL_SysWMinfo *infofR);
  18. .SH "SEE ALSO"
  19. .PP
  20. fIfBSDL_EventStatefPfR
  21. ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 23:00