input refactor

This commit is contained in:
Turanszki Janos
2019-11-23 04:33:03 +00:00
parent df963528da
commit fbb53e3a6d
30 changed files with 1153 additions and 1044 deletions
+2 -2
View File
@@ -3,7 +3,7 @@
#include "wiRenderer.h"
#include "wiHelper.h"
#include "wiTimer.h"
#include "wiInputManager.h"
#include "wiInput.h"
#include "wiBackLog.h"
#include "MainComponent_BindLua.h"
#include "wiVersion.h"
@@ -169,7 +169,7 @@ void MainComponent::Run()
// Variable-timed update:
Update(dt);
wiInputManager::Update();
wiInput::Update();
Render();
}