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
This commit is contained in:
endolf 2003-10-03 21:42:48 +00:00
parent dadac91706
commit 1b7e1217f7

View file

@ -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