xenocara/app/xinput
2009-10-24 14:17:46 +00:00
..
man Udate to xinput version 1.5.0 2009-10-24 14:17:46 +00:00
src Udate to xinput version 1.5.0 2009-10-24 14:17:46 +00:00
aclocal.m4 Udate to xinput version 1.5.0 2009-10-24 14:17:46 +00:00
AUTHORS Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00
ChangeLog Udate to xinput version 1.5.0 2009-10-24 14:17:46 +00:00
config.guess Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00
config.h.in Udate to xinput version 1.5.0 2009-10-24 14:17:46 +00:00
config.sub Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00
configure Udate to xinput version 1.5.0 2009-10-24 14:17:46 +00:00
configure.ac Udate to xinput version 1.5.0 2009-10-24 14:17:46 +00:00
COPYING update to xinput 1.4.1 2009-05-02 15:24:13 +00:00
depcomp Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00
INSTALL Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00
install-sh Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00
Makefile.am update to xinput 1.4.1 2009-05-02 15:24:13 +00:00
Makefile.bsd-wrapper Xenocara build infrastructure and regen autotools files. 2008-09-07 13:31:56 +00:00
Makefile.in Udate to xinput version 1.5.0 2009-10-24 14:17:46 +00:00
missing Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00
NEWS Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00
README Import xinput 1.3.0. Replaces xsetmode(1)/xsetpointer(1). 2008-09-07 13:28:39 +00:00

				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.