1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: jstest-gtk
Maintainer: Debian Games Team <pkg-games-devel@lists.alioth.debian.org>
Uploaders: Stephen Kitt <skitt@debian.org>
Section: utils
Priority: optional
Build-Depends: debhelper (>= 11~),
cmake,
libgtkmm-2.4-dev,
libsigc++-2.0-dev,
libexpat1-dev,
libx11-dev
Standards-Version: 4.1.4
Vcs-Browser: https://salsa.debian.org/games-team/jstest-gtk
Vcs-Git: https://salsa.debian.org/games-team/jstest-gtk.git
Homepage: http://pingus.seul.org/~grumbel/jstest-gtk/
Package: jstest-gtk
Architecture: linux-any
Depends: ${shlibs:Depends},
${misc:Depends}
Recommends: joystick
Description: joystick testing and configuration tool
jstest-gtk is a simple graphical joystick tester. It provides a list
of attached joysticks, and for each one can display which buttons and
axes are pressed, remap axes and buttons, and calibrate the device.
.
Even when your joystick is working mostly fine, you might want to
give it a try, as the calibration lets you get rid of overlarge
default deadzones that many joysticks use and which are a noticeable
problem in some games.
.
Installing the joystick package in addition to this one will allow
you to store your calibration settings and mappings and have the
automatically restored.
|