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