Browse Source

improved touch stability

Alexander Hendrich 10 năm trước cách đây
mục cha
commit
58785e02ed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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