summaryrefslogtreecommitdiff
path: root/man/joystick.man
diff options
context:
space:
mode:
authorSascha Hlusiak <saschahlusiak@arcor.de>2007-03-20 17:18:34 -0400
committerSascha Hlusiak <saschahlusiak@arcor.de>2007-03-20 17:18:34 -0400
commitb05facffb89d4d0608e9e74e5286b243230ae737 (patch)
tree85a2b77655afd7ac103aa38cea94f35d7d77ce10 /man/joystick.man
parent549217f505ab6b29189514a5ec2dd93e464c30fb (diff)
Added axis options
Diffstat (limited to 'man/joystick.man')
-rw-r--r--man/joystick.man29
1 files changed, 23 insertions, 6 deletions
diff --git a/man/joystick.man b/man/joystick.man
index 80de070..c23c47f 100644
--- a/man/joystick.man
+++ b/man/joystick.man
@@ -43,19 +43,36 @@ Default: 0
Sets the mapping of the joystick button to the desired action. Possible options are:
.RS 7
.TP 7
-.BI "\*qbutton " <number> \*q
-The joystick button will generate a click with the specified button.
+.B "none"
+This joystick button won't do anything.
+.TP 7
+.BI "\*qbutton="<number> \*q
+The joystick button will generate a click with the specified button (starting with 1).
.RE
.PP
.TP 7
.BI "Option \*qMapAxis<number>\*q \*q" string \*q
-Sets the mapping of the axis to the desired action. Possible options are:
-.P
+Sets the mapping of the axis to the desired action. The parameter may contain:
.RS 7
-.B NONE SO FAR
-.RE
+.TP 7
+.BI "\*qmode="<string> \*q
+Where
+.I <string>
+may be one of:
+.B relative, accelerated, absolute
+.TP 7
+.BI "\*qaxis="<string> \*q
+Where
+.I <string>
+is one of:
+.B X, Y, ZX, ZY
+.TP 7
+.BI "\*qdeadzone="<number> \*q
+Sets the unresponsive range of the axis to
+.IR <number> .
+.RE
.SH "SEE ALSO"
__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__)
.SH AUTHORS