SDL_ResizeEvent.3
资源名称:NETVIDEO.rar [点击查看]
上传用户:sun1608
上传日期:2007-02-02
资源大小:6116k
文件大小:1k
源码类别:
流媒体/Mpeg4/MP4
开发平台:
Visual C++
- .TH "SDL_ResizeEvent" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference"
- .SH "NAME"
- SDL_ResizeEvent- Window resize event structure
- .SH "STRUCTURE DEFINITION"
- .PP
- .nf
- f(CWtypedef struct{
- Uint8 type;
- int w, h;
- } SDL_ResizeEvent;fR
- .fi
- .PP
- .SH "STRUCTURE DATA"
- .TP 20
- fBtypefR
- fBSDL_VIDEORESIZEfP
- .TP 20
- fBwfR, fBhfR
- New width and height of the window
- .SH "DESCRIPTION"
- .PP
- fBSDL_ResizeEventfR is a member of the fIfBSDL_EventfRfR union and is used when an event of type fBSDL_VIDEORESIZEfP is reported&.
- .PP
- When fBSDL_RESIZABLEfP is passed as a fBflagfR to fIfBSDL_SetVideoModefPfR the user is allowed to resize the applications window&. When the window is resized an fBSDL_VIDEORESIZEfP is report, with the new window width and height values stored in fBwfR and fBhfR, respectively&. When an fBSDL_VIDEORESIZEfP is recieved the window should be resized to the new dimensions using fIfBSDL_SetVideoModefPfR&.
- .SH "SEE ALSO"
- .PP
- fIfBSDL_EventfRfR, fIfBSDL_SetVideoModefPfR
- ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59