slouken@0: slouken@0: These are test programs for the SDL library: slouken@0: slouken@0: testver Check the version and dynamic loading and endianness slouken@0: testtypes Check to see if the data types are the correct size slouken@0: testhread Hacked up test of multi-threading slouken@0: testlock Hacked up test of multi-threading and locking slouken@0: testerror Tests multi-threaded error handling slouken@0: testsem Tests SDL's semaphore implementation slouken@0: testtimer Test the timer facilities slouken@0: loopwave Audio test -- loop playing a WAV file slouken@0: testcdrom Sample audio CD control program slouken@0: testkeys List the available keyboard keys slouken@886: testvidinfo Show the pixel format of the display and perfom the benchmark slouken@0: checkkeys Watch the key events to check the keyboard slouken@0: testwin Display a BMP image at various depths slouken@0: graywin Display a gray gradient and center mouse on spacebar slouken@0: testsprite Example of fast sprite movement on the screen slouken@0: testbitmap Test displaying 1-bit bitmaps slouken@0: testalpha Display an alpha faded icon -- paint with mouse slouken@0: testwm Test window manager -- title, icon, events slouken@0: threadwin Test multi-threaded event handling slouken@0: testgl A very simple example of using OpenGL with SDL slouken@0: testjoystick List joysticks and watch joystick events slouken@886: testoverlay Tests the software/hardware overlay functionality. slouken@886: testoverlay2 Tests the overlay flickering/scaling during playback.