_inputMode = Input.mousePresent ? UIWidgetsInputMode.Mouse : UIWidgetsInputMode.Touch;
}
#if !UNITY_EDITOR && (UNITY_IOS || UNITY_ANDROID)
enum TouchPhase {
Began = 0,
Moved = 1,
break;
#endif
void Input_OnDisable() {