mirror of https://github.com/libsdl-org/SDL
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1ad936eb29
Rainer Deyke I'm running Linux Mint 15 with the Cinnamon window manager. SDL_DestroyWindow consistently locks up for me when the window if fullscreen. |
12 years ago | |
---|---|---|
.. | ||
shapes | 12 years ago | |
COPYING | 12 years ago | |
Makefile.in | 12 years ago | |
README | 12 years ago | |
acinclude.m4 | 12 years ago | |
aclocal.m4 | 12 years ago | |
autogen.sh | 12 years ago | |
checkkeys.c | 12 years ago | |
configure | 12 years ago | |
configure.in | 12 years ago | |
gcc-fat.sh | 12 years ago | |
icon.bmp | 12 years ago | |
loopwave.c | 12 years ago | |
moose.dat | 12 years ago | |
picture.xbm | 12 years ago | |
relative_mode.markdown | 12 years ago | |
sample.bmp | 12 years ago | |
sample.wav | 12 years ago | |
testatomic.c | 12 years ago | |
testaudioinfo.c | 12 years ago | |
testautomation.c | 12 years ago | |
testautomation_audio.c | 12 years ago | |
testautomation_clipboard.c | 12 years ago | |
testautomation_events.c | 12 years ago | |
testautomation_keyboard.c | 12 years ago | |
testautomation_main.c | 12 years ago | |
testautomation_mouse.c | 12 years ago | |
testautomation_pixels.c | 12 years ago | |
testautomation_platform.c | 12 years ago | |
testautomation_rect.c | 12 years ago | |
testautomation_render.c | 12 years ago | |
testautomation_rwops.c | 12 years ago | |
testautomation_sdltest.c | 12 years ago | |
testautomation_stdlib.c | 12 years ago | |
testautomation_suites.h | 12 years ago | |
testautomation_surface.c | 12 years ago | |
testautomation_syswm.c | 12 years ago | |
testautomation_timer.c | 12 years ago | |
testautomation_video.c | 12 years ago | |
testdraw2.c | 12 years ago | |
testdrawchessboard.c | 12 years ago | |
testerror.c | 12 years ago | |
testfile.c | 12 years ago | |
testgamecontroller.c | 12 years ago | |
testgesture.c | 12 years ago | |
testgl2.c | 12 years ago | |
testgles.c | 12 years ago | |
testhaptic.c | 12 years ago | |
testiconv.c | 12 years ago | |
testime.c | 12 years ago | |
testintersections.c | 12 years ago | |
testjoystick.c | 12 years ago | |
testkeys.c | 12 years ago | |
testloadso.c | 12 years ago | |
testlock.c | 12 years ago | |
testmessage.c | 12 years ago | |
testmultiaudio.c | 12 years ago | |
testnative.c | 12 years ago | |
testnative.h | 12 years ago | |
testnativecocoa.m | 12 years ago | |
testnativew32.c | 12 years ago | |
testnativex11.c | 12 years ago | |
testoverlay2.c | 12 years ago | |
testplatform.c | 12 years ago | |
testpower.c | 12 years ago | |
testrelative.c | 12 years ago | |
testrendercopyex.c | 12 years ago | |
testrendertarget.c | 12 years ago | |
testresample.c | 12 years ago | |
testrumble.c | 12 years ago | |
testscale.c | 12 years ago | |
testsem.c | 12 years ago | |
testshader.c | 12 years ago | |
testshape.c | 12 years ago | |
testsprite2.c | 12 years ago | |
testspriteminimal.c | 12 years ago | |
teststreaming.c | 12 years ago | |
testthread.c | 12 years ago | |
testtimer.c | 12 years ago | |
testver.c | 12 years ago | |
testwm2.c | 12 years ago | |
torturethread.c | 12 years ago | |
utf8.txt | 12 years ago |
README
These are test programs for the SDL library: checkkeys Watch the key events to check the keyboard loopwave Audio test -- loop playing a WAV file testaudioinfo Lists audio device capabilities testcdrom Sample audio CD control program testerror Tests multi-threaded error handling testfile Tests RWops layer testgl2 A very simple example of using OpenGL with SDL testhread Hacked up test of multi-threading testiconv Tests international string conversion testjoystick List joysticks and watch joystick events testkeys List the available keyboard keys testloadso Tests the loadable library layer testlock Hacked up test of multi-threading and locking testmultiaudio Tests using several audio devices testoverlay2 Tests the overlay flickering/scaling during playback. testpalette Tests palette color cycling testplatform Tests types, endianness and cpu capabilities testsem Tests SDL's semaphore implementation testshape Tests shaped windows testsprite2 Example of fast sprite movement on the screen testtimer Test the timer facilities testver Check the version and dynamic loading and endianness testwm2 Test window manager -- title, icon, events torturethread Simple test for thread creation/destruction