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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user