mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-08 22:27:43 +00:00
Restructure event handling
This commit is contained in:
@@ -8,7 +8,7 @@ namespace pshag
|
||||
void CInputGenerator::Update(float dt, CArchitectureQueue& queue)
|
||||
{
|
||||
/* Keyboard/Mouse first */
|
||||
CFinalInput kbInput = m_windowCb.getFinalInput(0, dt);
|
||||
CFinalInput kbInput = getFinalInput(0, dt);
|
||||
bool kbUsed = false;
|
||||
|
||||
/* Dolphin controllers next */
|
||||
|
||||
Reference in New Issue
Block a user