Clearing raw input events from event broker to encourage use of input commands instead

This commit is contained in:
2015-12-11 14:50:14 +01:00
parent 013f911ae2
commit 2e7e8d3546
+1
View File
@@ -76,6 +76,7 @@ void Game::Tick()
m_EventBroker->Swap();
m_InputProxy->Update(dt);
m_EventBroker->Swap();
m_EventBroker->Clear();
m_InputProxy->Process();
m_EventBroker->Swap();