summaryrefslogtreecommitdiffstats
path: root/system/sdl-jstest/README
diff options
context:
space:
mode:
author Roberto Neri <rneri@libero.it>2012-12-12 19:16:19 +0100
committer Matteo Bernardini <ponce@slackbuilds.org>2012-12-14 17:31:30 +0100
commit8e4e90364e3ee3da1eac36a9a9f73a1838fc8ee8 (patch)
treef7c629e19cb03dc77fa36d3ca959a7228341b9cf /system/sdl-jstest/README
parente76f0e24e0e0bb86d3a290c182a5ec29069cbc17 (diff)
downloadslackbuilds-8e4e90364e3ee3da1eac36a9a9f73a1838fc8ee8.tar.gz
slackbuilds-8e4e90364e3ee3da1eac36a9a9f73a1838fc8ee8.tar.xz
system/sdl-jstest: Added (SDL joystick test utility).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'system/sdl-jstest/README')
-rw-r--r--system/sdl-jstest/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/system/sdl-jstest/README b/system/sdl-jstest/README
new file mode 100644
index 0000000000..3077a011a5
--- /dev/null
+++ b/system/sdl-jstest/README
@@ -0,0 +1,6 @@
+sdl-jstest is a simple program that lets you find out how many
+joysticks SDL detected on your system, how many axes, buttons, hats
+and balls they have each. It also lets you test the joysticks by
+displaying the events they send or by displaying their current button,
+axis, hat or ball state. sdl-jstest is especially useful if you want
+to test your SDL_LINUX_JOYSTICK configuration.