// Token: 0x0600BC74 RID: 48244 RVA: 0x00449BE4 File Offset: 0x00447DE4
 private void LCJHDLKJEOM()
 {
     if (this.DetectPointedAtGameObject)
     {
         InputToEvent.LFLGENLBCCE(this.LLCBANNMBJB(Input.mousePosition));
     }
     if (Input.touchCount > 0)
     {
         Touch touch = Input.GetTouch(0);
         this.GMMIPJMMMEI = touch.position;
         if (touch.phase == TouchPhase.Began)
         {
             this.OFPBJLNIPDF(touch.position);
         }
         else if (touch.phase == (TouchPhase)6)
         {
             this.GLEMAAPOJLO(touch.position);
         }
         return;
     }
     this.GMMIPJMMMEI = Input.mousePosition;
     if (Input.GetMouseButtonDown(0))
     {
         this.OHJJJFCOJPP(Input.mousePosition);
     }
     if (Input.GetMouseButtonUp(1))
     {
         this.GLEMAAPOJLO(Input.mousePosition);
     }
     if (Input.GetMouseButtonDown(0))
     {
         this.GGKIGGBGLOA = Input.mousePosition;
         this.AAEFEIGCJGG = this.JJHIFDNOPBI(this.GGKIGGBGLOA);
         if (this.AAEFEIGCJGG != null)
         {
             this.AAEFEIGCJGG.SendMessage("_Value2", SendMessageOptions.DontRequireReceiver);
         }
     }
 }