3
jstest \- joystick test program
6
[--normal] [--old] [--event] [--nonblock] [--select] <device-name>
9
can be used to test all the features of the Linux
10
joystick API, including non-blocking and \fBselect\fP(2) access, as
11
well as version 0.x compatibility mode.
13
It is also intended to
14
serve as an example implementation for those who wish to learn
15
how to write their own joystick using applications.
19
One-line mode showing immediate status.
22
Same as --normal, using 0.x interface.
25
Prints events as they come in.
28
Same as --event, in nonblocking mode.
31
Same as --event, using \fBselect\fP(2) call.
33
\fBjscal\fP(1), \fBinputattach\fP(1), \fBselect\fP(2).