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