Beispiel #1
0
 public void RegisterToIncomingEvents()
 {
     KeysEventHandler.RegisterToKeywordTyped(RegisterToWordTyped);
     InputEventHandler.RegisterToMovementKeyPressed(RegisterToMovementApplied);
 }
Beispiel #2
0
 private void OnEnable()
 {
     KeysEventHandler.RegisterToKeywordTyped(KeyTyped);
 }
Beispiel #3
0
 private void OnEnable()
 {
     KeysEventHandler.RegisterToKeywordTyped(DebugTestEvent);
 }