Esempio n. 1
0
 public DoubleInput(Keys key, Buttons button, PlayerIndex pi)
 {
     Key    = new KeyboardInput(key);
     Button = new GamePadInput(button, pi);
 }
Esempio n. 2
0
 public DoubleInput(Keys key, Buttons button, PlayerIndex pi)
 {
     Key = new KeyboardInput(key);
     Button = new GamePadInput(button, pi);
 }