diff options
author | Steven Pledger <linux.propane@yahoo.com> | 2010-04-16 21:52:02 -0400 |
---|---|---|
committer | David Somero <xgizzmo@slackbuilds.org> | 2010-05-15 10:38:07 +0200 |
commit | 7a0c818e6b421fb84dcb2f8522fd844b1d10c128 (patch) | |
tree | 0f53f86e7f76824e15d7f22e96503dbd8e4227fd /games/rejoystick/README | |
parent | a9bd826f2222adb1fa3d04aa3ee9369d62ea4acc (diff) | |
download | slackbuilds-7a0c818e6b421fb84dcb2f8522fd844b1d10c128.tar.gz |
games/rejoystick: Added (translates joystick keypresses to keyboard)
Diffstat (limited to 'games/rejoystick/README')
-rw-r--r-- | games/rejoystick/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/games/rejoystick/README b/games/rejoystick/README new file mode 100644 index 0000000000..1a58bee65a --- /dev/null +++ b/games/rejoystick/README @@ -0,0 +1,5 @@ +Rejoystick is a program that maps keypresses on your +gamepad/joypad/joystick to keypresses on a keyboard when you +are running X. Since it uses SDL to communicate with the gamepad +device, it can work on every platform that provides SDL and an +X environment. (Though it is yet to be tested on Cygwin e.g.) |