• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

man/H17-Jul-2019-784658

src/H17-Jul-2019-4,5183,472

AUTHORSH A D17-Jul-2019115 32

COPYINGH A D17-Jul-20192.4 KiB4235

ChangeLogH A D17-Jul-201983.3 KiB2,4821,645

INSTALLH A D17-Jul-201915.4 KiB371288

Makefile.amH A D17-Jul-20191.3 KiB359

Makefile.inH A D17-Jul-201926.4 KiB846728

NEWSH A D17-Jul-2019130 64

READMEH A D17-Jul-2019696 3020

aclocal.m4H A D17-Jul-2019122.9 KiB3,3993,113

compileH A D17-Jul-20197.2 KiB349259

config.guessH A D17-Jul-201943.1 KiB1,4871,294

config.h.inH A D17-Jul-20191.7 KiB7449

config.subH A D17-Jul-201930.7 KiB1,7911,636

configureH A D17-Jul-2019350.5 KiB12,48210,022

configure.acH A D17-Jul-20192.4 KiB6052

depcompH A D17-Jul-201923 KiB792502

install-shH A D17-Jul-201915 KiB519337

missingH A D17-Jul-20196.7 KiB216143

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