Explorar el Código

improved touch stability

Alexander Hendrich hace 10 años
padre
commit
f9b9776e11
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 TouchFloodfillUpDiff = 3;
         public static readonly int TouchTipInsideFactor = 2;
-        public static readonly int TouchTipOutsideFactor = 10;
+        public static readonly int TouchTipOutsideFactor = 7;
 
         // touch tracking
         public static readonly int TouchTrackerNumFramesDetectedUntilTracked = 1;