alimiracle eaedfc972b rename the os 9 gadi atpakaļ
..
CVS eaedfc972b rename the os 9 gadi atpakaļ
man eaedfc972b rename the os 9 gadi atpakaļ
src eaedfc972b rename the os 9 gadi atpakaļ
AUTHORS eaedfc972b rename the os 9 gadi atpakaļ
COPYING eaedfc972b rename the os 9 gadi atpakaļ
ChangeLog eaedfc972b rename the os 9 gadi atpakaļ
INSTALL eaedfc972b rename the os 9 gadi atpakaļ
Makefile.am eaedfc972b rename the os 9 gadi atpakaļ
Makefile.bsd-wrapper eaedfc972b rename the os 9 gadi atpakaļ
Makefile.in eaedfc972b rename the os 9 gadi atpakaļ
NEWS eaedfc972b rename the os 9 gadi atpakaļ
README eaedfc972b rename the os 9 gadi atpakaļ
aclocal.m4 eaedfc972b rename the os 9 gadi atpakaļ
config.guess eaedfc972b rename the os 9 gadi atpakaļ
config.h.in eaedfc972b rename the os 9 gadi atpakaļ
config.sub eaedfc972b rename the os 9 gadi atpakaļ
configure eaedfc972b rename the os 9 gadi atpakaļ
configure.ac eaedfc972b rename the os 9 gadi atpakaļ
depcomp eaedfc972b rename the os 9 gadi atpakaļ
install-sh eaedfc972b rename the os 9 gadi atpakaļ
missing eaedfc972b rename the os 9 gadi atpakaļ

README

xinput
======

Overview
========

xinput is a utility to configure and test XInput devices. It wasn't
originally designed to be the primary tool for doing this but it's
still pretty much the only program out there for doing it. :-)

Requirements
============

xinput depends on the X11 headers and particularly the XInput headers.
As xinput now supports the new device types added in Xserver 1.4 (Xorg 7.3),
your headers must be from that version or newer.

Otherwise it will just require a working ANSI C compiler.

Building and Installation
=========================

xinput uses autotools so the usual pattern applies:

./configure
make
make install

See the INSTALL file for details.