SDL_SysWMEvent.3
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- .TH "SDL_SysWMEvent" "3" "Tue 11 Sep 2001, 23:00" "SDL" "SDL API Reference"
- .SH "NAME"
- SDL_SysWMEvent- Platform-dependent window manager event&.
- .SH "DESCRIPTION"
- .PP
- 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&.
- .PP
- .nf
- f(CWtypedef struct {
- Uint8 type; /* Always SDL_SysWM */
- } SDL_SysWMEvent;fR
- .fi
- .PP
- 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:
- .PP
- .sp
- fBint fBSDL_GetWMInfofPfR(fBSDL_SysWMinfo *infofR);
- .SH "SEE ALSO"
- .PP
- fIfBSDL_EventStatefPfR
- ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 23:00