ソースを参照

improved touch stability

Alexander Hendrich 10 年 前
コミット
7327eed15a
1 ファイル変更3 行追加3 行削除
  1. 3 3
      bbiwarg/Parameters.cs

+ 3 - 3
bbiwarg/Parameters.cs

@@ -125,10 +125,10 @@ namespace bbiwarg
         public static int PalmGridNumColumns = 4;
 
         // touch detection
-        public static readonly float TouchMinTouchValue = 0.4f;
+        public static readonly float TouchMinTouchValue = 0.3f;
         public static readonly int TouchAreaSize = 30;
-        public static readonly int TouchFloodfillDownDiff = 0;
-        public static readonly int TouchFloodfillUpDiff = 2;
+        public static readonly int TouchFloodfillDownDiff = 1;
+        public static readonly int TouchFloodfillUpDiff = 3;
         public static readonly int TouchTipInsideFactor = 2;
         public static readonly int TouchTipOutsideFactor = 10;