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

流媒体/Mpeg4/MP4

开发平台:

Visual C++

  1. These are test programs for the SDL library:
  2. testver Check the version and dynamic loading and endianness
  3. testtypes Check to see if the data types are the correct size
  4. testhread Hacked up test of multi-threading
  5. testlock Hacked up test of multi-threading and locking
  6. testerror Tests multi-threaded error handling
  7. testsem Tests SDL's semaphore implementation
  8. testtimer Test the timer facilities
  9. loopwave Audio test -- loop playing a WAV file
  10. testcdrom Sample audio CD control program
  11. testkeys List the available keyboard keys
  12. testvidinfo Show the pixel format of the display
  13. checkkeys Watch the key events to check the keyboard
  14. testwin Display a BMP image at various depths
  15. graywin Display a gray gradient and center mouse on spacebar
  16. testsprite Example of fast sprite movement on the screen
  17. testbitmap Test displaying 1-bit bitmaps
  18. testalpha Display an alpha faded icon -- paint with mouse
  19. testwm Test window manager -- title, icon, events
  20. threadwin Test multi-threaded event handling
  21. testgl A very simple example of using OpenGL with SDL
  22. testjoystick List joysticks and watch joystick events