mirror of
https://github.com/X11Libre/xf86-input-joystick.git
synced 2026-03-24 01:34:06 +00:00
Buttons are labeled "Button %d", starting with 0 and representing the button in X _after_ mapping. Mapping can be changed while running so the labels will be constant. Axes are labeled "Axis %d", starting with 1, representing the _physical_ axis that reports the valuator data. The raw valuators can't be dynamically mapped, the first two valuators always are labeled "Rel X" and "Rel Y", representing the aggregated post-calculation data from all axes. Signed-off-by: Sascha Hlusiak <saschahlusiak@arcor.de>