README 1.3 KB

123456789101112131415161718192021222324252627282930
  1. These are test programs for the SDL library:
  2. checkkeys Watch the key events to check the keyboard
  3. loopwave Audio test -- loop playing a WAV file
  4. testaudioinfo Lists audio device capabilities
  5. testcdrom Sample audio CD control program
  6. testerror Tests multi-threaded error handling
  7. testfile Tests RWops layer
  8. testgl2 A very simple example of using OpenGL with SDL
  9. testhread Hacked up test of multi-threading
  10. testiconv Tests international string conversion
  11. testjoystick List joysticks and watch joystick events
  12. testkeys List the available keyboard keys
  13. testloadso Tests the loadable library layer
  14. testlock Hacked up test of multi-threading and locking
  15. testmultiaudio Tests using several audio devices
  16. testoverlay2 Tests the overlay flickering/scaling during playback.
  17. testpalette Tests palette color cycling
  18. testplatform Tests types, endianness and cpu capabilities
  19. testsem Tests SDL's semaphore implementation
  20. testshape Tests shaped windows
  21. testsprite2 Example of fast sprite movement on the screen
  22. testtimer Test the timer facilities
  23. testver Check the version and dynamic loading and endianness
  24. testwm2 Test window manager -- title, icon, events
  25. torturethread Simple test for thread creation/destruction
  26. controllermap Useful to generate Game Controller API compatible maps