xf86-input-joystick: Changes to 'master'

Sascha Hlusiak saschahlusiak at kemper.freedesktop.org
Wed Aug 8 06:00:58 PDT 2007


 man/joystick.man   |   49 +++++++++
 src/bsd_jstk.c     |    3 
 src/jstk.c         |  269 ++++++++++++++++++++++++++++++-----------------------
 src/jstk.h         |   13 +-
 src/jstk_options.c |   36 +++++++
 src/linux_jstk.c   |    2 
 6 files changed, 252 insertions(+), 120 deletions(-)

New commits:
commit 32c6ba4c292957e40ec349a4bb993b6ad92f290b
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Aug 8 15:00:15 2007 +0200

    Added example about mapping axes to keys to manpage.

commit fd83fbc114fe1755a1c85b5e1dd98b1b84ff668d
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Aug 8 14:52:27 2007 +0200

    Added "keylow" and "keyhigh" option to axes, which generates key events when the axis is moved.
    
    One can specify scancodes for negative and positive axis movement. When the axis is moved out of the deadzone,
    keydown events are once generated, and keyrelease events are generated when the axis returns to 0.
    One can map a pad to the four arrow keys to play games that do not support a joystick.

commit 20bcf86f2abdeb0fd6cf2f9cc4fb96befc0c5cbc
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Aug 8 14:49:29 2007 +0200

    Added "oldvalue" to axis struct, containing the exact last "value" of the axis

commit f4c1519bffdb12f4337261a8a9a9b63a4fa19cad
Author: Sascha Hlusiak <saschahlusiak at arcor.de>
Date:   Wed Aug 8 12:58:30 2007 +0200

    Added note about SendCoreEvents keyword to ServerLayout in manpage.



More information about the xorg-commit mailing list