This section covers the joystick input driver for LCDd.
DEVICE
Select the input device to use [default: /dev/js0
]
NUM
neg=
KEY
,
Map_AxisNUM
pos=
KEY
Set the axis map.
NUM
is an integer starting with 1
that represents each axis with the affixes neg
and
pos
determining the direction.
The exact numbering of the axes depends on the hardware used.
KEY
can be one of the keys that LCDd recognizes
(Left
, Right
, Up
,
Down
, Enter
or Escape
)
or any other string that a client can parse.
NUM
=
KEY
Set the button map.
NUM
is an integer starting with 1
that represents each button. The exact numbering of the buttons depends on the
hardware used.
KEY
can be one of the keys that LCDd recognizes
(Left
, Right
, Up
,
Down
, Enter
or Escape
)
or any other string that a client can parse.