Example #1
0
 public static void Pinch(PinchInfo PI)
 {
     if (IT_Gesture.onPinchE != null)
     {
         IT_Gesture.onPinchE(PI);
     }
 }