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