// Token: 0x0600BC9B RID: 48283 RVA: 0x0044A3A8 File Offset: 0x004485A8
 private void OCMKCBBCEFG()
 {
     if (this.DetectPointedAtGameObject)
     {
         InputToEvent.PGJNJBFBDFD(this.DEEMBJNPOIJ(Input.mousePosition));
     }
     if (Input.touchCount > 1)
     {
         Touch touch = Input.GetTouch(1);
         this.GMMIPJMMMEI = touch.position;
         if (touch.phase == TouchPhase.Began)
         {
             this.OHJJJFCOJPP(touch.position);
         }
         else if (touch.phase == (TouchPhase)5)
         {
             this.GLEMAAPOJLO(touch.position);
         }
         return;
     }
     this.GMMIPJMMMEI = Input.mousePosition;
     if (Input.GetMouseButtonDown(1))
     {
         this.IMLHKBFBBGK(Input.mousePosition);
     }
     if (Input.GetMouseButtonUp(1))
     {
         this.GLEMAAPOJLO(Input.mousePosition);
     }
     if (Input.GetMouseButtonDown(1))
     {
         this.GGKIGGBGLOA = Input.mousePosition;
         this.AAEFEIGCJGG = this.OPFCKEAEPGC(this.GGKIGGBGLOA);
         if (this.AAEFEIGCJGG != null)
         {
             this.AAEFEIGCJGG.SendMessage("^", SendMessageOptions.DontRequireReceiver);
         }
     }
 }
 // Token: 0x0600BC89 RID: 48265 RVA: 0x0044A014 File Offset: 0x00448214
 private void BGDONBMDPGM()
 {
     if (this.DetectPointedAtGameObject)
     {
         InputToEvent.PGJNJBFBDFD(this.AANABPBOBEG(Input.mousePosition));
     }
     if (Input.touchCount > 1)
     {
         Touch touch = Input.GetTouch(1);
         this.GMMIPJMMMEI = touch.position;
         if (touch.phase == TouchPhase.Began)
         {
             this.AANKFBFFODO(touch.position);
         }
         else if (touch.phase == (TouchPhase)6)
         {
             this.OEOEIIGKLPA(touch.position);
         }
         return;
     }
     this.GMMIPJMMMEI = Input.mousePosition;
     if (Input.GetMouseButtonDown(0))
     {
         this.OFPBJLNIPDF(Input.mousePosition);
     }
     if (Input.GetMouseButtonUp(0))
     {
         this.GLEMAAPOJLO(Input.mousePosition);
     }
     if (Input.GetMouseButtonDown(0))
     {
         this.GGKIGGBGLOA = Input.mousePosition;
         this.AAEFEIGCJGG = this.PMFFFFPFKEG(this.GGKIGGBGLOA);
         if (this.AAEFEIGCJGG != null)
         {
             this.AAEFEIGCJGG.SendMessage("_Value", SendMessageOptions.RequireReceiver);
         }
     }
 }