1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-27 00:34:46 +01:00

Rename methods of InputManager

This commit is contained in:
Gymnasiast
2025-09-30 22:35:02 +02:00
parent 7e610eae21
commit 1f8c9af9ce
13 changed files with 83 additions and 83 deletions

View File

@@ -615,7 +615,7 @@ public:
void HandleKeyboard(bool isTitle) override
{
auto& inputManager = GetInputManager();
inputManager.Process();
inputManager.process();
}
std::string GetKeyboardShortcutString(std::string_view shortcutId) override