annotate README @ 0:15293518d92b
first version, combined joystick seems to be working, max 32 buttons.
author |
John Tsiombikas <nuclear@member.fsf.org> |
date |
Wed, 13 Jul 2011 07:12:57 +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.
|