Beispiel #1
0
 public Bus(T defaultValue)
 {
     inputs = new DictionaryWithListKey <string, T>(defaultValue);
 }
Beispiel #2
0
 private HardwareInput()
 {
     keyboards = new DictionaryWithListKey <KeyCode, string>(null);
     axises    = new DictionaryWithListKey <string, string>(null);
 }