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:
@@ -380,10 +380,3 @@ bool InputManager::GetState(const ShortcutInput& shortcut) const
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
static InputManager _inputManager;
|
||||
|
||||
InputManager& OpenRCT2::Ui::GetInputManager()
|
||||
{
|
||||
return _inputManager;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user