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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. .TH "SDL_ResizeEvent" "3" "Tue 11 Sep 2001, 22:59" "SDL" "SDL API Reference" 
  2. .SH "NAME"
  3. SDL_ResizeEvent- Window resize event structure
  4. .SH "STRUCTURE DEFINITION"
  5. .PP
  6. .nf
  7. f(CWtypedef struct{
  8.   Uint8 type;
  9.   int w, h;
  10. } SDL_ResizeEvent;fR
  11. .fi
  12. .PP
  13. .SH "STRUCTURE DATA"
  14. .TP 20
  15. fBtypefR
  16. fBSDL_VIDEORESIZEfP
  17. .TP 20
  18. fBwfR, fBhfR
  19. New width and height of the window
  20. .SH "DESCRIPTION"
  21. .PP
  22. fBSDL_ResizeEventfR is a member of the fIfBSDL_EventfRfR union and is used when an event of type fBSDL_VIDEORESIZEfP is reported&.
  23. .PP
  24. 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&.
  25. .SH "SEE ALSO"
  26. .PP
  27. fIfBSDL_EventfRfR, fIfBSDL_SetVideoModefPfR
  28. ..." created by instant / docbook-to-man, Tue 11 Sep 2001, 22:59