Browse Source

SneakGame: remove History<GamePadState> & History<KeyboardState>.

GitOrigin-RevId: 1b8dfef93a
master
Colin McMillen 4 years ago
parent
commit
bbdc3c3053
  1. 2
      Shared/SneakGame.cs

2
Shared/SneakGame.cs

@ -15,8 +15,6 @@ namespace SemiColinGames {
bool fullScreen = false;
IDisplay display;
History<KeyboardState> keyboard = new History<KeyboardState>(2);
History<GamePadState> gamePad = new History<GamePadState>(2);
History<Input> input = new History<Input>(2);
FpsCounter fpsCounter = new FpsCounter();

Loading…
Cancel
Save