NameDateSize

..10-Nov-202518

aclocal.m4H A D10-Nov-2025123.3 KiB

AUTHORSH A D10-Nov-2025115

ChangeLogH A D10-Nov-202586.2 KiB

compileH A D10-Nov-20257.2 KiB

config.guessH A D10-Nov-202548.6 KiB

config.h.inH A D10-Nov-20251.9 KiB

config.subH A D10-Nov-202534.6 KiB

configureH A D10-Nov-2025360.3 KiB

configure.acH A D10-Nov-20252.4 KiB

COPYINGH A D10-Nov-20252.4 KiB

depcompH A D10-Nov-202523 KiB

INSTALLH A D10-Nov-202515.4 KiB

install-shH A D10-Nov-202515 KiB

Makefile.amH A D10-Nov-20251.3 KiB

Makefile.inH A D10-Nov-202526.7 KiB

man/H10-Nov-202562

missingH A D10-Nov-20256.7 KiB

NEWSH A D10-Nov-2025130

READMEH A D10-Nov-2025696

src/H10-Nov-20254 KiB

README

1				xinput
2				======
3
4Overview
5========
6
7xinput is a utility to configure and test XInput devices. It wasn't
8originally designed to be the primary tool for doing this but it's
9still pretty much the only program out there for doing it. :-)
10
11Requirements
12============
13
14xinput depends on the X11 headers and particularly the XInput headers.
15As xinput now supports the new device types added in Xserver 1.4 (Xorg 7.3),
16your headers must be from that version or newer.
17
18Otherwise it will just require a working ANSI C compiler.
19
20Building and Installation
21=========================
22
23xinput uses autotools so the usual pattern applies:
24
25./configure
26make
27make install
28
29See the INSTALL file for details.
30