コード例 #1
0
ファイル: IT_Gesture.cs プロジェクト: syncsyncsynchalt/BD-6Kr
 public static void Pinch(PinchInfo PI)
 {
     if (IT_Gesture.onPinchE != null)
     {
         IT_Gesture.onPinchE(PI);
     }
 }