Procházet zdrojové kódy

improved touch stability

Alexander Hendrich před 10 roky
rodič
revize
f9b9776e11
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      bbiwarg/Parameters.cs

+ 1 - 1
bbiwarg/Parameters.cs

@@ -130,7 +130,7 @@ namespace bbiwarg
         public static readonly int TouchFloodfillDownDiff = 1;
         public static readonly int TouchFloodfillDownDiff = 1;
         public static readonly int TouchFloodfillUpDiff = 3;
         public static readonly int TouchFloodfillUpDiff = 3;
         public static readonly int TouchTipInsideFactor = 2;
         public static readonly int TouchTipInsideFactor = 2;
-        public static readonly int TouchTipOutsideFactor = 10;
+        public static readonly int TouchTipOutsideFactor = 7;
 
 
         // touch tracking
         // touch tracking
         public static readonly int TouchTrackerNumFramesDetectedUntilTracked = 1;
         public static readonly int TouchTrackerNumFramesDetectedUntilTracked = 1;