소스 검색

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;