annotate README @ 1:dd02002227a2
- added a few commandline arguments to combjs
- trying to make a gui frontend
author |
John Tsiombikas <nuclear@member.fsf.org> |
date |
Thu, 14 Jul 2011 15:40:20 +0300 |
parents |
|
children |
|
rev |
line source |
nuclear@0
|
1 combjs - 0.1
|
nuclear@0
|
2 Author: John Tsiombikas <nuclear@member.fsf.org>
|
nuclear@0
|
3
|
nuclear@0
|
4 Combjs allows you to combine multiple joystick devices into one virtual
|
nuclear@0
|
5 joystick. This is mainly useful to play games that support a single joystick, or
|
nuclear@0
|
6 in any case less joysticks than the number of joysticks you want to use.
|
nuclear@0
|
7
|
nuclear@0
|
8 TODO: write detailed usage information. for now just run with -h.
|