aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
authorSøren Hauberg <hauberg@gmail.com>2008-10-01 11:07:57 +0930
committerPeter Hutterer <peter.hutterer@redhat.com>2008-10-03 14:41:58 +0930
commit3985d423204217a1f072fa6e0145cba547f79a97 (patch)
treefd280d850bf02e056c87888e5ad9edf359067e13 /src/evdev.h
parentInstall xorg-evdev.pc for clients who need evdev-properties.h (diff)
downloadxf86-input-evdev-3985d423204217a1f072fa6e0145cba547f79a97.tar.gz
xf86-input-evdev-3985d423204217a1f072fa6e0145cba547f79a97.tar.bz2
xf86-input-evdev-3985d423204217a1f072fa6e0145cba547f79a97.zip
Add support for axis inversion.
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/evdev.h b/src/evdev.h
index c145fbc..525acb1 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -65,6 +65,8 @@ typedef struct {
int flags;
int tool;
int buttons; /* number of buttons */
+ BOOL invert_x;
+ BOOL invert_y;
/* XKB stuff has to be per-device rather than per-driver */
int noXkb;