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