Ejemplo n.º 1
0
 public void PressScreenToControl()
 {
     //Debug.Log("LM PressToControl");
     if (virtualController.IsPlaying)
     {
         return;
         //virtualController.Stop();
     }
     virtualController.StartControlling();
 }