Esempio n. 1
0
 public GamepadController(string id, IInputServiceRaw input)
 {
     Id         = id;
     Enabled    = true;
     this.input = input;
     Deadzone   = 0.2f;
 }
Esempio n. 2
0
 public KeyboardController(IInputServiceRaw input)
 {
     this.input = input;
 }