Home | History | Annotate | only in /prebuilts/misc/windows/sdl2/test
Up to higher level directory
NameDateSize
acinclude.m421-Aug-201812.1K
aclocal.m421-Aug-201812.1K
autogen.sh21-Aug-2018308
axis.bmp21-Aug-20183.7K
button.bmp21-Aug-20183.7K
checkkeys.c21-Aug-20185K
configure21-Aug-2018144.2K
configure.in21-Aug-20184K
controllermap.bmp21-Aug-2018159.6K
controllermap.c21-Aug-201815.7K
COPYING21-Aug-2018210
gcc-fat.sh21-Aug-20182.9K
icon.bmp21-Aug-2018578
loopwave.c21-Aug-20183.5K
Makefile.in21-Aug-20186.4K
moose.dat21-Aug-201855K
picture.xbm21-Aug-2018884
README21-Aug-20181.3K
relative_mode.markdown21-Aug-20181.2K
sample.bmp21-Aug-201867.6K
sample.wav21-Aug-2018119.1K
shapes/21-Aug-2018
testatomic.c21-Aug-201820K
testaudioinfo.c21-Aug-20181.8K
testautomation.c21-Aug-20183.3K
testautomation_audio.c21-Aug-201832.4K
testautomation_clipboard.c21-Aug-20185.8K
testautomation_events.c21-Aug-20186K
testautomation_keyboard.c21-Aug-201825.9K
testautomation_main.c21-Aug-20186.2K
testautomation_mouse.c21-Aug-201819.3K
testautomation_pixels.c21-Aug-201817.7K
testautomation_platform.c21-Aug-201817.4K
testautomation_rect.c21-Aug-201865.5K
testautomation_render.c21-Aug-201832.9K
testautomation_rwops.c21-Aug-201826K
testautomation_sdltest.c21-Aug-201858.1K
testautomation_stdlib.c21-Aug-20186.1K
testautomation_suites.h21-Aug-20181.4K
testautomation_surface.c21-Aug-201820.1K
testautomation_syswm.c21-Aug-20181.5K
testautomation_timer.c21-Aug-20186.2K
testautomation_video.c21-Aug-201864.2K
testdraw2.c21-Aug-20188.7K
testdrawchessboard.c21-Aug-20182.5K
testdropfile.c21-Aug-20182.3K
testerror.c21-Aug-20182K
testfile.c21-Aug-20189.3K
testfilesystem.c21-Aug-2018954
testgamecontroller.c21-Aug-201811.6K
testgesture.c21-Aug-20187.6K
testgl2.c21-Aug-201811.6K
testgles.c21-Aug-201810.6K
testgles2.c21-Aug-201819.3K
testhaptic.c21-Aug-201811.3K
testhotplug.c21-Aug-20185.4K
testiconv.c21-Aug-20182.2K
testime.c21-Aug-201810K
testintersections.c21-Aug-20189.8K
testjoystick.c21-Aug-201810K
testkeys.c21-Aug-20181.1K
testloadso.c21-Aug-20182.2K
testlock.c21-Aug-20183.3K
testmessage.c21-Aug-20185.4K
testmultiaudio.c21-Aug-20184.2K
testnative.c21-Aug-20186.8K
testnative.h21-Aug-20181.3K
testnativecocoa.m21-Aug-20181.1K
testnativew32.c21-Aug-20182K
testnativex11.c21-Aug-20181.1K
testoverlay2.c21-Aug-201812.8K
testplatform.c21-Aug-20186K
testpower.c21-Aug-20181.9K
testrelative.c21-Aug-20182.6K
testrendercopyex.c21-Aug-20185.9K
testrendertarget.c21-Aug-20189.3K
testresample.c21-Aug-20183.6K
testrumble.c21-Aug-20185.5K
testscale.c21-Aug-20185.5K
testsem.c21-Aug-20183.3K
testshader.c21-Aug-201815.4K
testshape.c21-Aug-20187K
testsprite2.c21-Aug-201812K
testspriteminimal.c21-Aug-20184.7K
teststreaming.c21-Aug-20185.6K
testthread.c21-Aug-20182.6K
testtimer.c21-Aug-20183.4K
testver.c21-Aug-20181.3K
testviewport.c21-Aug-20185.6K
testwm2.c21-Aug-20184.1K
torturethread.c21-Aug-20182.8K
utf8.txt21-Aug-201821K

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