mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Link back shortcut functions
Some of this will be temporary until input and windows move over to libopenrct2ui.
This commit is contained in:
@@ -21,6 +21,8 @@ namespace OpenRCT2 { namespace Ui
|
||||
class DummyWindowManager final : public IWindowManager
|
||||
{
|
||||
rct_window * OpenWindow(rct_windowclass wc) override { return nullptr; }
|
||||
void HandleKeyboardShortcut(sint32 key) override { }
|
||||
void GetKeyboardMapScroll(const uint8 * keysState, sint32 * x, sint32 * y) override { }
|
||||
};
|
||||
|
||||
IWindowManager * CreateDummyWindowManager()
|
||||
|
||||
Reference in New Issue
Block a user