1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-06 06:32:56 +01:00

Move InputManager to UiContext

This commit is contained in:
Ted John
2021-01-20 22:49:11 +00:00
parent 80662d72a4
commit 59b4be6a12
4 changed files with 18 additions and 20 deletions

View File

@@ -380,10 +380,3 @@ bool InputManager::GetState(const ShortcutInput& shortcut) const
}
return false;
}
static InputManager _inputManager;
InputManager& OpenRCT2::Ui::GetInputManager()
{
return _inputManager;
}