sdl2_frt/test
David Ludwig 3fce6688b8 WinRT: made testthread log output via SDL_Log
- this will allow output to be read via Visual C++'s Output pane
2013-08-20 21:55:13 -04:00
..
shapes
acinclude.m4
aclocal.m4
autogen.sh
checkkeys.c
configure
configure.in
COPYING
gcc-fat.sh
icon.bmp
loopwave.c
Makefile.in
moose.dat
picture.xbm
README
relative_mode.markdown
sample.bmp
sample.wav
testatomic.c
testaudioinfo.c
testautomation_audio.c
testautomation_clipboard.c
testautomation_events.c
testautomation_keyboard.c
testautomation_main.c
testautomation_mouse.c
testautomation_pixels.c
testautomation_platform.c
testautomation_rect.c
testautomation_render.c
testautomation_rwops.c
testautomation_sdltest.c
testautomation_stdlib.c
testautomation_suites.h
testautomation_surface.c
testautomation_syswm.c
testautomation_timer.c
testautomation_video.c
testautomation.c
testdraw2.c
testdrawchessboard.c
testerror.c
testfile.c
testgamecontroller.c
testgesture.c
testgl2.c
testgles.c
testhaptic.c
testiconv.c
testime.c
testintersections.c
testjoystick.c
testkeys.c
testloadso.c
testlock.c
testmessage.c
testmultiaudio.c
testnative.c
testnative.h
testnativecocoa.m
testnativew32.c
testnativex11.c
testoverlay2.c
testplatform.c
testpower.c
testrelative.c
testrendercopyex.c
testrendertarget.c
testresample.c
testrumble.c
testscale.c
testsem.c
testshader.c
testshape.c
testsprite2.c
testspriteminimal.c
teststreaming.c
testthread.c WinRT: made testthread log output via SDL_Log 2013-08-20 21:55:13 -04:00
testtimer.c
testver.c
testwm2.c
torturethread.c
utf8.txt

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