annotate README @ 2:4e8f2bbe8426
doing the gui
author |
John Tsiombikas <nuclear@member.fsf.org> |
date |
Fri, 15 Jul 2011 06:54:32 +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.
|