author | Philipp Wiesemann <philipp.wiesemann@arcor.de> |
Sat, 21 Mar 2015 08:01:43 +0100 | |
changeset 9417 | 86483b23f44a |
parent 9012 | aa058c87737b |
child 9875 | 620024536f80 |
permissions | -rw-r--r-- |
slouken@0 | 1 |
|
slouken@0 | 2 |
These are test programs for the SDL library: |
slouken@0 | 3 |
|
patmandin@2082 | 4 |
checkkeys Watch the key events to check the keyboard |
patmandin@2082 | 5 |
loopwave Audio test -- loop playing a WAV file |
icculus@9012 | 6 |
loopwavequeue Audio test -- loop playing a WAV file with SDL_QueueAudio |
patmandin@2082 | 7 |
testaudioinfo Lists audio device capabilities |
patmandin@2082 | 8 |
testcdrom Sample audio CD control program |
patmandin@2082 | 9 |
testerror Tests multi-threaded error handling |
patmandin@2082 | 10 |
testfile Tests RWops layer |
slouken@6264 | 11 |
testgl2 A very simple example of using OpenGL with SDL |
slouken@0 | 12 |
testhread Hacked up test of multi-threading |
patmandin@2082 | 13 |
testiconv Tests international string conversion |
patmandin@2082 | 14 |
testjoystick List joysticks and watch joystick events |
patmandin@2082 | 15 |
testkeys List the available keyboard keys |
patmandin@2082 | 16 |
testloadso Tests the loadable library layer |
slouken@0 | 17 |
testlock Hacked up test of multi-threading and locking |
patmandin@2082 | 18 |
testmultiaudio Tests using several audio devices |
slouken@886 | 19 |
testoverlay2 Tests the overlay flickering/scaling during playback. |
patmandin@2082 | 20 |
testpalette Tests palette color cycling |
patmandin@2082 | 21 |
testplatform Tests types, endianness and cpu capabilities |
patmandin@2082 | 22 |
testsem Tests SDL's semaphore implementation |
eligottlieb@4799 | 23 |
testshape Tests shaped windows |
slouken@6264 | 24 |
testsprite2 Example of fast sprite movement on the screen |
patmandin@2082 | 25 |
testtimer Test the timer facilities |
patmandin@2082 | 26 |
testver Check the version and dynamic loading and endianness |
slouken@6264 | 27 |
testwm2 Test window manager -- title, icon, events |
patmandin@2082 | 28 |
torturethread Simple test for thread creation/destruction |
gabomdq@8043 | 29 |
controllermap Useful to generate Game Controller API compatible maps |
gabomdq@8043 | 30 |
|
gabomdq@8043 | 31 |