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