1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-20 21:43:06 +01:00

Refactor and fix shortcut

This commit is contained in:
Ted John
2020-12-15 19:55:49 +00:00
parent ea975f88fc
commit e6b6403024
8 changed files with 94 additions and 188 deletions

View File

@@ -9,7 +9,6 @@
#include "WindowManager.h"
#include "input/Input.h"
#include "input/KeyboardShortcuts.h"
#include "interface/Theme.h"
#include "windows/Window.h"
@@ -517,8 +516,6 @@ public:
void HandleKeyboard(bool isTitle) override
{
InputHandleKeyboard(isTitle);
auto& inputManager = GetInputManager();
inputManager.Process();
}