SDL/test
Ryan C. Gordon 38e3c6a4aa
main: Add an optional `appstate` param to main callback entry points.
This allows apps to maintain state data without using global variables.

Fixes #9377.
2024-03-27 17:22:08 -04:00
..
android
emscripten
n3ds
uwp
CMakeLists.txt cmake: add automation and platform test without simd 2024-03-23 16:36:44 -07:00
COPYING
README
audiofile.bmp
checkkeys.c
checkkeysthreads.c
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
gamepadutils.h
glass.bmp
glass.h
icon.bmp
icon.h
logaudiodev.bmp
loopwave.c main: Add an optional `appstate` param to main callback entry points. 2024-03-27 17:22:08 -04:00
main.cpp
moose.dat
physaudiodev.bmp
picture.xbm
pretest.c
relative_mode.markdown
sample.bmp
sample.wav
soundboard.bmp
soundboard_levels.bmp
speaker.bmp
template.test.in
testatomic.c
testaudio-art.txt
testaudio.c main: Add an optional `appstate` param to main callback entry points. 2024-03-27 17:22:08 -04:00
testaudiocapture.c main: Add an optional `appstate` param to main callback entry points. 2024-03-27 17:22:08 -04:00
testaudiohotplug.c
testaudioinfo.c
testaudiostreamdynamicresample.c
testautomation.c
testautomation_audio.c
testautomation_clipboard.c
testautomation_events.c
testautomation_guid.c
testautomation_hints.c Remove legacy SDL2 input grab API 2024-03-24 16:53:23 -07:00
testautomation_images.c
testautomation_images.h
testautomation_intrinsics.c
testautomation_iostream.c
testautomation_joystick.c
testautomation_keyboard.c
testautomation_log.c
testautomation_main.c
testautomation_math.c
testautomation_mouse.c
testautomation_pen.c Removed all tabs in testautomation_pen.c 2024-03-24 05:05:30 -07:00
testautomation_pixels.c
testautomation_platform.c
testautomation_properties.c
testautomation_rect.c
testautomation_render.c
testautomation_sdltest.c
testautomation_stdlib.c
testautomation_subsystems.c
testautomation_suites.h
testautomation_surface.c
testautomation_time.c
testautomation_timer.c
testautomation_video.c Revert "testautomation: fix renderer leak in video tests" 2024-03-26 13:10:14 -07:00
testbounds.c
testcamera.c main: Add an optional `appstate` param to main callback entry points. 2024-03-27 17:22:08 -04:00
testcolorspace.c
testcontroller.c
testcustomcursor.c Added support for multiple distinct keyboards 2024-03-25 20:41:05 -07:00
testdialog.c
testdisplayinfo.c
testdraw.c
testdrawchessboard.c
testdropfile.c
testerror.c
testevdev.c testevdev: include SDL_internal.h first, and fixup SDL_main.h 2024-03-26 00:10:40 +01:00
testffmpeg.c
testffmpeg_vulkan.c
testffmpeg_vulkan.h
testfile.c
testfilesystem.c
testgeometry.c
testgl.c
testgles.c
testgles2.c
testgles2_sdf.c
testgles2_sdf_img_normal.bmp
testgles2_sdf_img_sdf.bmp
testhaptic.c
testhittesting.c
testhotplug.c Show the names of mice and keyboards when they connect 2024-03-23 16:31:00 -07:00
testiconv.c
testime.c
testintersections.c
testkeys.c
testloadso.c
testlocale.c
testlock.c
testmanymouse.c Added support for multiple distinct keyboards 2024-03-25 20:41:05 -07:00
testmessage.c
testmouse.c
testmultiaudio.c
testnative.c
testnative.h
testnativecocoa.m
testnativew32.c
testnativewayland.c
testnativex11.c
testoffscreen.c
testoverlay.c
testpen.c
testplatform.c
testpopup.c
testpower.c
testqsort.c
testrelative.c
testrendercopyex.c
testrendertarget.c
testresample.c
testrumble.c
testrwlock.c
testscale.c
testsem.c
testsensor.c
testshader.c
testshape.c
testsprite.c main: Add an optional `appstate` param to main callback entry points. 2024-03-27 17:22:08 -04:00
testspriteminimal.c
teststreaming.c
testsurround.c
testthread.c
testtime.c
testtimer.c
testurl.c
testutils.c
testutils.h
testver.c
testviewport.c
testvulkan.c
testwaylandcustom.c
testwm.c
testyuv.bmp
testyuv.c
testyuv_cvt.c
testyuv_cvt.h
torturethread.c
trashcan.bmp
unifont-13.0.06-license.txt
unifont-13.0.06.hex
utf8.txt

README

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 SDL_IOStream 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!