Removed old input events from client

This commit is contained in:
stiffly
2015-12-15 17:22:46 +01:00
parent 9b348a7d97
commit 082b3fd3df
4 changed files with 10 additions and 61 deletions
-4
View File
@@ -76,10 +76,6 @@ private:
// Events
EventBroker* m_EventBroker;
EventRelay<Client, Events::KeyDown> m_EKeyDown;
bool OnKeyDown(const Events::KeyDown &e);
EventRelay<Client, Events::KeyUp> m_EKeyUp;
bool OnKeyUp(const Events::KeyUp &e);
EventRelay<Client, Events::InputCommand> m_EInputCommand;
bool OnInputCommand(const Events::InputCommand &e);
};