Example #1
0
 public void ReceiveKeyPress(KeyCode keyCode)
 {
     SentenceBuilder.Input(keyCode);
     UpdateDisplayText();
 }
 void IInputStrategy.ReceiveIndication()
 {
     FocusCycler.Stop();
     SentenceBuilder.Input(FocusedKeyboardKey.KeyCode);
     Controller.InputStrategyFinished();
 }