Explorar el Código

improved touch stability

Alexander Hendrich hace 10 años
padre
commit
58785e02ed
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      bbiwarg/Constants.cs

+ 1 - 1
bbiwarg/Constants.cs

@@ -104,7 +104,7 @@ namespace bbiwarg
 
         // touch tracking
         public static readonly int TouchEventNumFramesDetectedUntilTracked = 1;
-        public static readonly int TouchEventNumFramesLostUntilDeleted = 1;
+        public static readonly int TouchEventNumFramesLostUntilDeleted = 3;
         public static readonly float TouchEventMinSimilarityForTracking = 0.7f;
 
         // colors