Home | History | Annotate | only in /prebuilts/misc/windows/sdl2/test
Up to higher level directory
NameDateSize
acinclude.m424-Aug-201612.1K
aclocal.m424-Aug-201612.1K
autogen.sh24-Aug-2016308
axis.bmp24-Aug-20163.7K
button.bmp24-Aug-20163.7K
checkkeys.c24-Aug-20165K
configure24-Aug-2016144.2K
configure.in24-Aug-20164K
controllermap.bmp24-Aug-2016159.6K
controllermap.c24-Aug-201615.7K
COPYING24-Aug-2016210
gcc-fat.sh24-Aug-20162.9K
icon.bmp24-Aug-2016578
loopwave.c24-Aug-20163.5K
Makefile.in24-Aug-20166.4K
moose.dat24-Aug-201655K
picture.xbm24-Aug-2016884
README24-Aug-20161.3K
relative_mode.markdown24-Aug-20161.2K
sample.bmp24-Aug-201667.6K
sample.wav24-Aug-2016119.1K
shapes/24-Aug-2016
testatomic.c24-Aug-201620K
testaudioinfo.c24-Aug-20161.8K
testautomation.c24-Aug-20163.3K
testautomation_audio.c24-Aug-201632.4K
testautomation_clipboard.c24-Aug-20165.8K
testautomation_events.c24-Aug-20166K
testautomation_keyboard.c24-Aug-201625.9K
testautomation_main.c24-Aug-20166.2K
testautomation_mouse.c24-Aug-201619.3K
testautomation_pixels.c24-Aug-201617.7K
testautomation_platform.c24-Aug-201617.4K
testautomation_rect.c24-Aug-201665.5K
testautomation_render.c24-Aug-201632.9K
testautomation_rwops.c24-Aug-201626K
testautomation_sdltest.c24-Aug-201658.1K
testautomation_stdlib.c24-Aug-20166.1K
testautomation_suites.h24-Aug-20161.4K
testautomation_surface.c24-Aug-201620.1K
testautomation_syswm.c24-Aug-20161.5K
testautomation_timer.c24-Aug-20166.2K
testautomation_video.c24-Aug-201664.2K
testdraw2.c24-Aug-20168.7K
testdrawchessboard.c24-Aug-20162.5K
testdropfile.c24-Aug-20162.3K
testerror.c24-Aug-20162K
testfile.c24-Aug-20169.3K
testfilesystem.c24-Aug-2016954
testgamecontroller.c24-Aug-201611.6K
testgesture.c24-Aug-20167.6K
testgl2.c24-Aug-201611.6K
testgles.c24-Aug-201610.6K
testgles2.c24-Aug-201619.3K
testhaptic.c24-Aug-201611.3K
testhotplug.c24-Aug-20165.4K
testiconv.c24-Aug-20162.2K
testime.c24-Aug-201610K
testintersections.c24-Aug-20169.8K
testjoystick.c24-Aug-201610K
testkeys.c24-Aug-20161.1K
testloadso.c24-Aug-20162.2K
testlock.c24-Aug-20163.3K
testmessage.c24-Aug-20165.4K
testmultiaudio.c24-Aug-20164.2K
testnative.c24-Aug-20166.8K
testnative.h24-Aug-20161.3K
testnativecocoa.m24-Aug-20161.1K
testnativew32.c24-Aug-20162K
testnativex11.c24-Aug-20161.1K
testoverlay2.c24-Aug-201612.8K
testplatform.c24-Aug-20166K
testpower.c24-Aug-20161.9K
testrelative.c24-Aug-20162.6K
testrendercopyex.c24-Aug-20165.9K
testrendertarget.c24-Aug-20169.3K
testresample.c24-Aug-20163.6K
testrumble.c24-Aug-20165.5K
testscale.c24-Aug-20165.5K
testsem.c24-Aug-20163.3K
testshader.c24-Aug-201615.4K
testshape.c24-Aug-20167K
testsprite2.c24-Aug-201612K
testspriteminimal.c24-Aug-20164.7K
teststreaming.c24-Aug-20165.6K
testthread.c24-Aug-20162.6K
testtimer.c24-Aug-20163.4K
testver.c24-Aug-20161.3K
testviewport.c24-Aug-20165.6K
testwm2.c24-Aug-20164.1K
torturethread.c24-Aug-20162.8K
utf8.txt24-Aug-201621K

README

      1 
      2 These are test programs for the SDL library:
      3 
      4 	checkkeys	Watch the key events to check the keyboard
      5 	loopwave	Audio test -- loop playing a WAV file
      6 	testaudioinfo	Lists audio device capabilities
      7 	testcdrom	Sample audio CD control program
      8 	testerror	Tests multi-threaded error handling
      9 	testfile	Tests RWops layer
     10 	testgl2		A very simple example of using OpenGL with SDL
     11 	testhread	Hacked up test of multi-threading
     12 	testiconv	Tests international string conversion
     13 	testjoystick	List joysticks and watch joystick events
     14 	testkeys	List the available keyboard keys
     15 	testloadso	Tests the loadable library layer
     16 	testlock	Hacked up test of multi-threading and locking
     17 	testmultiaudio	Tests using several audio devices
     18 	testoverlay2	Tests the overlay flickering/scaling during playback.
     19 	testpalette	Tests palette color cycling
     20 	testplatform	Tests types, endianness and cpu capabilities
     21 	testsem		Tests SDL's semaphore implementation
     22 	testshape	Tests shaped windows
     23 	testsprite2	Example of fast sprite movement on the screen
     24 	testtimer	Test the timer facilities
     25 	testver		Check the version and dynamic loading and endianness
     26 	testwm2		Test window manager -- title, icon, events
     27 	torturethread	Simple test for thread creation/destruction
     28 	controllermap   Useful to generate Game Controller API compatible maps
     29 
     30 
     31