Remove legacy InputState.

This commit is contained in:
Unknown W. Brackets
2017-03-14 22:01:18 -07:00
parent e1bc26e67a
commit 9e390510df
60 changed files with 140 additions and 195 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ public:
EmuScreen(const std::string &filename);
~EmuScreen();
void update(InputState &input) override;
void update() override;
void render() override;
void deviceLost() override;
void deviceRestore() override;