コード例 #1
0
 public void GetInput()
 {
     if (!isPaused)
     {
         controller.HandleInput(field.text);
         field.text          = "";
         timeSinceLastSymbol = 0.0f;
     }
 }