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