logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

jstest - joystick test program

Author

jstest was written by Vojtech Pavlik.

       This manual page was written by Stephen Kitt <steve@sk2.org>, for the Debian GNU/Linux system (but may be
       used by others).

jstest                                           April 21, 2009                                        jstest(1)

Description

jstest  can  be  used  to  test  all  the  features of the Linux joystick API, including non-blocking and
       select(2) access, as well as version 0.x compatibility mode.

       It is also intended to serve as an example implementation for those who wish to learn how to write  their
       own joystick using applications.

Name

       jstest - joystick test program

Options

--normal
              One-line mode showing immediate status.

       --old  Same as --normal, using 0.x interface.

       --event
              Prints events as they come in.

       --nonblock
              Same as --event, in nonblocking mode.

       --select
              Same as --event, using select(2) call.

See Also

fftest(1), jscal(1).

Synopsis

jstest [--normal] [--old] [--event] [--nonblock] [--select] <device-name>

See Also