コード例 #1
0
ファイル: InputLetter.cs プロジェクト: ToxicGLaDOS/word-game
 // The no argument versions of OnPointer{Enter|Down} exist so
 // we can assign them in the editor for tutorial versions of the inputLetter.
 public void OnPointerDown()
 {
     inputPanel.BeginInput();
     inputPanel.LetterSelected(this);
 }