From 4df98a96d7d1ecdb7b0ba293901cd43d8d98cfa6 Mon Sep 17 00:00:00 2001 From: endolf Date: Fri, 3 Oct 2003 21:42:48 +0000 Subject: I had done the mouse axis as normalised to match the windows version, as I am about to commit changes to fix that version, I have sitch over the workings of this one too git-svn-id: file:///home/sven/projects/JOGL/git-svn/svn-server-sync/jinput/trunk@51 e343933a-64c8-49c5-92b1-88f2ce3e89e8 --- plugins/linux/src/java/net/java/games/input/LinuxDevice.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/linux/src/java/net/java/games/input/LinuxDevice.java b/plugins/linux/src/java/net/java/games/input/LinuxDevice.java index 9ca6016..059255a 100644 --- a/plugins/linux/src/java/net/java/games/input/LinuxDevice.java +++ b/plugins/linux/src/java/net/java/games/input/LinuxDevice.java @@ -459,10 +459,10 @@ public class LinuxDevice extends AbstractController { String name = LinuxNativeTypesMap.getRelAxisName(nativeType); // This is done to be like the windows version - return new LinuxAxis(this, axisNumber, name, id, 0, true, true, 0, 0); + // return new LinuxAxis(this, axisNumber, name, id, 0, true, true, 0, 0); - //this is what should be done - // return new LinuxAxis(this, axisNumber, name, id, 0, true, false, true); + // this is what should be done + return new LinuxAxis(this, axisNumber, name, id, 0, true, false, true); } /** Create an absolute axis for the device -- cgit v1.2.3