From 1b7e1217f70facb551c7897d65e0f03b62d0c90b Mon Sep 17 00:00:00 2001 From: endolf Date: Fri, 3 Oct 2003 21:42:48 +0000 Subject: [PATCH] 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 --- .../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