sdl2_frt/test
2014-07-07 10:39:02 -07:00
..
nacl Fixes audio for Native Client, and other fixes... 2014-06-08 18:18:13 -03:00
shapes
acinclude.m4
aclocal.m4
autogen.sh
axis.bmp
button.bmp
checkkeys.c
configure
configure.in
controllermap.bmp
controllermap.c Fixed use of uninitialized variable warning in test program. 2014-05-29 22:44:08 +02:00
COPYING
gcc-fat.sh
icon.bmp
loopwave.c Fixed another loopwave crash with no command line arguments 2014-06-07 17:25:35 -07:00
Makefile.in 2620 solaris port missing atomics if not using gcc 2014-07-05 16:11:23 -07:00
moose.dat
picture.xbm
README
relative_mode.markdown
sample.bmp
sample.wav
testatomic.c Fixed compiler warning 2014-07-07 10:39:02 -07:00
testaudioinfo.c
testautomation_audio.c Fixed format string faults in audio tests. 2014-06-09 17:25:03 +02:00
testautomation_clipboard.c
testautomation_events.c
testautomation_hints.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 __ANDROID__ is the correct macro to check for an android system.ANDROID is only defined in NDK build system (.mk) and not in the standalone NDK. 2014-05-05 22:21:26 +03:00
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
testdropfile.c Changed C++ style comments to fix pedantic warnings. 2014-05-17 22:02:25 +02:00
testerror.c
testfile.c
testfilesystem.c
testgamecontroller.c
testgesture.c Don't redefine standard macros, use SDL specific macros instead to avoid compiler warnings 2014-06-23 11:06:50 -07:00
testgl2.c
testgles2.c Fixed compile warnings 2014-06-07 18:20:25 -07:00
testgles.c
testhaptic.c Fixed the inertia effect in the test program 2014-04-26 12:29:40 -07:00
testhittesting.c Minor tweaks to testhittesting. 2014-06-05 00:49:25 -04:00
testhotplug.c Changed C++ style comments. 2014-05-18 21:11:30 +02:00
testiconv.c
testime.c
testintersections.c
testjoystick.c A few more ANDROID for __ANDROID__ replacements 2014-05-10 15:57:09 -03:00
testkeys.c
testloadso.c
testlock.c
testmessage.c
testmultiaudio.c Fixes audio for Native Client, and other fixes... 2014-06-08 18:18:13 -03:00
testnative.c
testnative.h
testnativecocoa.m
testnativew32.c
testnativex11.c
testoverlay2.c
testplatform.c
testpower.c
testrelative.c Removed global variable from test program. 2014-04-19 15:28:13 +02:00
testrendercopyex.c Fixes audio for Native Client, and other fixes... 2014-06-08 18:18:13 -03:00
testrendertarget.c
testresample.c
testrumble.c
testscale.c
testsem.c
testshader.c
testshape.c
testsprite2.c
testspriteminimal.c
teststreaming.c
testthread.c
testtimer.c
testver.c
testviewport.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
	controllermap   Useful to generate Game Controller API compatible maps