|
@@ -440,11 +440,34 @@ namespace bbiwarg
|
|
|
|
|
|
#region touch detection
|
|
#region touch detection
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
public static readonly float TouchMinTouchValue = 0.3f;
|
|
public static readonly float TouchMinTouchValue = 0.3f;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
public static readonly int TouchAreaSize = 30;
|
|
public static readonly int TouchAreaSize = 30;
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
|
|
+
|
|
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 = 7;
|
|
public static readonly int TouchTipOutsideFactor = 7;
|
|
|
|
|
|
#endregion
|
|
#endregion
|