SneakGame: remove History<GamePadState> & History<KeyboardState>.
GitOrigin-RevId: 1b8dfef93a9024094e342fd2f00f02513451c14f
This commit is contained in:
parent
db6f3e1425
commit
bbdc3c3053
@ -15,8 +15,6 @@ namespace SemiColinGames {
|
|||||||
bool fullScreen = false;
|
bool fullScreen = false;
|
||||||
IDisplay display;
|
IDisplay display;
|
||||||
|
|
||||||
History<KeyboardState> keyboard = new History<KeyboardState>(2);
|
|
||||||
History<GamePadState> gamePad = new History<GamePadState>(2);
|
|
||||||
History<Input> input = new History<Input>(2);
|
History<Input> input = new History<Input>(2);
|
||||||
|
|
||||||
FpsCounter fpsCounter = new FpsCounter();
|
FpsCounter fpsCounter = new FpsCounter();
|
||||||
|
Loading…
Reference in New Issue
Block a user