示例#1
0
 public void DidPressKey(Text keyText)
 {
     //Debug.Log("the user pressed the key " + keyText.text);
     if (gameLogic.canInteract)
     {
         gameLogic.InputLetter(keyText.text, true);
     }
 }