SDL/test
2024-02-05 09:45:39 -08:00
..
android
emscripten
n3ds
uwp
audiofile.bmp
checkkeys.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
checkkeysthreads.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
CMakeLists.txt Added the concept of colorspace to the SDL renderer 2024-01-30 09:48:02 -08:00
COPYING
gamepad_axis.bmp
gamepad_axis.h
gamepad_axis_arrow.bmp
gamepad_axis_arrow.h
gamepad_back.bmp
gamepad_back.h
gamepad_battery_empty.bmp
gamepad_battery_empty.h
gamepad_battery_full.bmp
gamepad_battery_full.h
gamepad_battery_low.bmp
gamepad_battery_low.h
gamepad_battery_medium.bmp
gamepad_battery_medium.h
gamepad_battery_unknown.bmp
gamepad_battery_unknown.h
gamepad_battery_wired.bmp
gamepad_battery_wired.h
gamepad_button.bmp
gamepad_button.h
gamepad_button_background.bmp
gamepad_button_background.h
gamepad_button_small.bmp
gamepad_button_small.h
gamepad_face_abxy.bmp
gamepad_face_abxy.h
gamepad_face_bayx.bmp
gamepad_face_bayx.h
gamepad_face_sony.bmp
gamepad_face_sony.h
gamepad_front.bmp
gamepad_front.h
gamepad_touchpad.bmp
gamepad_touchpad.h
gamepadutils.c Even more miscellaneous gamepad buttons! 2024-02-01 20:34:05 -08:00
gamepadutils.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
icon.bmp
icon.h
logaudiodev.bmp
loopwave.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
main.cpp
moose.dat
physaudiodev.bmp
picture.xbm
pretest.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
README
relative_mode.markdown
sample.bmp
sample.wav
soundboard.bmp
soundboard_levels.bmp
speaker.bmp
template.test.in
testatomic.c Updated the atomic API for SDL 3.0 naming conventions 2024-01-18 04:41:34 -08:00
testaudio-art.txt
testaudio.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testaudiocapture.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testaudiohotplug.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testaudioinfo.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testaudiostreamdynamicresample.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testautomation.c Added the environment variable SDL_LOGGING to control default log output 2024-01-27 19:30:22 -08:00
testautomation_audio.c Fixed warning C4245: 'initializing': conversion from 'int' to 'SDL_AudioDeviceID', signed/unsigned mismatch 2024-02-03 11:49:15 -08:00
testautomation_clipboard.c
testautomation_events.c
testautomation_guid.c Fixed warning C4244: 'initializing': conversion from 'int' to 'const Uint8', possible loss of data 2024-02-03 11:49:15 -08:00
testautomation_hints.c
testautomation_images.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testautomation_images.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testautomation_intrinsics.c Fixed warning C4245: 'initializing': conversion from 'int' to 'Uint32', signed/unsigned mismatch 2024-02-03 11:49:15 -08:00
testautomation_joystick.c
testautomation_keyboard.c
testautomation_log.c Fixed testautomation log callback calling convention 2024-01-27 22:44:13 -08:00
testautomation_main.c
testautomation_math.c testautomation_math: Fix misleading log output 2024-02-02 07:44:04 -08:00
testautomation_mouse.c
testautomation_pen.c Fixed warning C4706: assignment within conditional expression 2024-02-03 11:49:15 -08:00
testautomation_pixels.c Add SDL_PIXELFORMAT_INDEX2LSB and SDL_PIXELFORMAT_INDEX2MSB 2023-11-17 08:45:32 -08:00
testautomation_platform.c Removed SDL_INIT_EVERYTHING 2024-01-18 06:17:58 -08:00
testautomation_properties.c Fixed build warning 2024-02-02 18:24:05 -08:00
testautomation_rect.c
testautomation_render.c Fixed build warnings 2024-02-03 11:49:15 -08:00
testautomation_rwops.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testautomation_sdltest.c
testautomation_stdlib.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testautomation_subsystems.c Removed SDL_INIT_EVERYTHING 2024-01-18 06:17:58 -08:00
testautomation_suites.h Added the environment variable SDL_LOGGING to control default log output 2024-01-27 19:30:22 -08:00
testautomation_surface.c Fixed build warnings 2024-02-03 11:49:15 -08:00
testautomation_timer.c Updated SDL_TimerID to use the same type as other IDs in SDL 2024-01-18 07:08:15 -08:00
testautomation_video.c tests: Fix window centering test with Wayland display scaling mode 2024-01-28 13:31:42 -05:00
testbounds.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testcolorspace.c SDL_RenderReadPixels() now returns a surface 2024-02-03 11:49:15 -08:00
testcontroller.c Even more miscellaneous gamepad buttons! 2024-02-01 20:34:05 -08:00
testcustomcursor.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testdisplayinfo.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testdraw.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testdrawchessboard.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testdropfile.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testerror.c Renamed SDL_ThreadID() to SDL_GetCurrentThreadID() 2024-01-18 08:18:37 -08:00
testevdev.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testffmpeg.c Added support for HDR10 video playback on direct3d11 2024-02-05 09:45:39 -08:00
testffmpeg_videotoolbox.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testffmpeg_videotoolbox.m Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testfile.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testfilesystem.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testgeometry.c Fixed testgeometry after color format change (thanks @sezero!) 2024-01-30 23:31:48 -08:00
testgl.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testgles.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testgles2.c testgles2.c, testgles2_sdf.c: adjust for new SDL_PLATFORM_WINDOWS meaning. 2024-01-24 21:20:50 +03:00
testgles2_sdf.c testgles2.c, testgles2_sdf.c: adjust for new SDL_PLATFORM_WINDOWS meaning. 2024-01-24 21:20:50 +03:00
testgles2_sdf_img_normal.bmp
testgles2_sdf_img_sdf.bmp
testhaptic.c Re-add SDL_HAPTIC_SQUARE for SDL 3.0 2024-01-18 09:24:03 -08:00
testhittesting.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testhotplug.c Updated Haptic API for SDL 3.0 conventions 2024-01-18 03:26:11 -08:00
testiconv.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testime.c Fixed warning C4701: potentially uninitialized local variable 'drawnTextRect' used 2024-02-03 11:49:15 -08:00
testintersections.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testkeys.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testloadso.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testlocale.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testlock.c Renamed SDL_ThreadID() to SDL_GetCurrentThreadID() 2024-01-18 08:18:37 -08:00
testmessage.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testmouse.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testmultiaudio.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testnative.c Shortened SDL property names 2024-01-27 13:00:50 -08:00
testnative.h wayland: Add the ability to import and wrap external surfaces 2024-01-15 13:54:35 -05:00
testnativecocoa.m
testnativew32.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testnativewayland.c Shortened SDL property names 2024-01-27 13:00:50 -08:00
testnativex11.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testoffscreen.c SDL_RenderReadPixels() now returns a surface 2024-02-03 11:49:15 -08:00
testoverlay.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testpen.c Use functions from SDL instead of libc 2024-02-05 09:01:28 -05:00
testplatform.c Fixed accidental changing of All to Allu in previous commit (thanks @zturtleman!) 2024-02-03 23:46:22 -08:00
testpopup.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testpower.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testqsort.c Fixed warning C4701: potentially uninitialized local variable 'rndctx' used 2024-02-03 11:49:15 -08:00
testrelative.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testrendercopyex.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testrendertarget.c SDL_RenderReadPixels() now returns a surface 2024-02-03 11:49:15 -08:00
testresample.c Fixed warning C4244: 'function': conversion from 'int' to 'Uint16', possible loss of data 2024-02-03 11:49:15 -08:00
testrumble.c Updated Haptic API for SDL 3.0 conventions 2024-01-18 03:26:11 -08:00
testrwlock.c Renamed SDL_ThreadID() to SDL_GetCurrentThreadID() 2024-01-18 08:18:37 -08:00
testscale.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testsem.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testsensor.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testshader.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testshape.c Made SDL_ReadSurfacePixel a public function 2024-01-18 07:00:10 -08:00
testsprite.c Renderer colors now have floating point precision 2024-01-30 09:48:02 -08:00
testspriteminimal.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
teststreaming.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testsurround.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testthread.c Renamed SDL_ThreadID() to SDL_GetCurrentThreadID() 2024-01-18 08:18:37 -08:00
testtimer.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testurl.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testutils.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testutils.h Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testver.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
testvideocapture.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testvideocaptureminimal.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testviewport.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testvulkan.c Define SDL_PLATFORM_* macros instead of underscored ones (#8875) 2024-01-24 01:40:51 +00:00
testwaylandcustom.c Shortened SDL property names 2024-01-27 13:00:50 -08:00
testwm.c Added test code to validate SDL_WaitEventTimeout() 2024-01-25 06:29:15 -08:00
testyuv.bmp
testyuv.c Fixed testyuv help message 2024-02-04 13:09:40 -08:00
testyuv_cvt.c Use YUV colorspaces instead of a global YUV conversion mode 2024-02-03 07:36:18 -08:00
testyuv_cvt.h Use YUV colorspaces instead of a global YUV conversion mode 2024-02-03 07:36:18 -08:00
torturethread.c Updated copyright for 2024 2024-01-01 13:15:26 -08:00
trashcan.bmp
unifont-13.0.06-license.txt
unifont-13.0.06.hex
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
	testsurround	Audio test -- play test tone on each audio channel
	testaudioinfo	Lists audio device capabilities
	testerror	Tests multi-threaded error handling
	testfile	Tests RWops layer
	testgl		A very simple example of using OpenGL with SDL
	testiconv	Tests international string conversion
	testkeys	List the available keyboard keys
	testloadso	Tests the loadable library layer
	testlocale  Test Locale API
	testlock	Hacked up test of multi-threading and locking
	testmouse	Tests mouse coordinates
	testmultiaudio	Tests using several audio devices
	testoverlay	Tests the overlay flickering/scaling during playback.
	testplatform	Tests types, endianness and cpu capabilities
	testsem		Tests SDL's semaphore implementation
	testshape	Tests shaped windows
	testsprite	Example of fast sprite movement on the screen
	testthread	Hacked up test of multi-threading
	testtimer	Test the timer facilities
	testver		Check the version and dynamic loading and endianness
	testwm		Test window manager -- title, icon, events
	torturethread	Simple test for thread creation/destruction
	gamepadmap   Useful to generate Game Controller API compatible maps



This directory contains sample.wav, which is a sample from Will Provost's
song, The Living Proof:

     From the album The Living Proof
     Publisher: 5 Guys Named Will
     Copyright 1996 Will Provost

You can get a copy of the full song (and album!) from iTunes...

    https://itunes.apple.com/us/album/the-living-proof/id4153978

or Amazon...

    http://www.amazon.com/The-Living-Proof-Will-Provost/dp/B00004R8RH

Thanks to Will for permitting us to distribute this sample with SDL!