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