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