public static void DFDoubleTap(Vector2 pos) { if (IT_Gesture.onDFDoubleTapE != null) { IT_Gesture.onDFDoubleTapE(pos); } }