author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Sat, 03 Oct 2015 18:29:10 +0300 | |
changeset 1765 | 2132765de2f4 |
parent 416 | b67ca6618e75 |
permissions | -rw-r--r-- |
416 | 1 |
-*- mode: outline; coding: utf-8 -*- |
2 |
||
3 |
* Linux. |
|
4 |
||
5 |
$ sudo apt-get install joystick |
|
6 |
$ sudo apt-get install jscalibrator |
|
7 |
$ sudo chmod 666 /dev/input/js0 |
|
8 |
||
9 |
$ modprobe joydev |
|
10 |
||
11 |
$ jscal /dev/input/js0 |
|
12 |
$ jstest /dev/input/js0 |
|
13 |
||
14 |
* How play game with gamepad if thay not support gamepad? |
|
15 |
||
16 |
http://en.wikipedia.org/wiki/Xpadder |
|
17 |
non-free, Windows only |