瀏覽代碼

Changed Kalman parameter for touch events.

Daniel Kauth 11 年之前
父節點
當前提交
e1133fabbc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bbiwarg/Constants.cs

+ 1 - 1
bbiwarg/Constants.cs

@@ -97,7 +97,7 @@ namespace bbiwarg
         public static readonly int TouchEventFloodfillHighDiff = 2;
         public static readonly int TouchEventTipInsideFactor = 1;
         public static readonly int TouchEventTipOutsideFactor = 7;
-        public static readonly float TouchmXX = 0.005481396f;
+        public static readonly float TouchmXX = 0.0005481396f;
         public static readonly float TouchmXY = 0.0003090923f;
         public static readonly float TouchmYY = 0.0005702336f;
         public static readonly float TouchProcessNoise = 3.0e-4f;