1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-22 23:33:04 +01:00

Move majority of input.c to UI

This commit is contained in:
Marijn van der Werf
2017-12-07 22:16:20 +01:00
parent 22966c1ad7
commit e9ef843619
10 changed files with 1577 additions and 1538 deletions

View File

@@ -29,6 +29,7 @@ namespace OpenRCT2 { namespace Ui
void BroadcastIntent(const Intent &intent) override { }
void ForceClose(rct_windowclass windowClass) override { }
void UpdateMapTooltip() override { }
void HandleInput() override { }
void HandleKeyboard(bool isTitle) override { }
std::string GetKeyboardShortcutString(sint32 shortcut) override { return std::string(); }
};