mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2025-12-23 15:52:55 +01:00
Move window_all_wheel_input to libopenrct2ui
This commit is contained in:
@@ -33,6 +33,7 @@ namespace OpenRCT2::Ui
|
||||
void HandleKeyboard(bool /*isTitle*/) override { }
|
||||
std::string GetKeyboardShortcutString(sint32 /*shortcut*/) override { return std::string(); }
|
||||
void SetMainView(sint32 x, sint32 y, sint32 zoom, sint32 rotation) override { }
|
||||
void UpdateMouseWheel() override { }
|
||||
};
|
||||
|
||||
IWindowManager * CreateDummyWindowManager()
|
||||
|
||||
Reference in New Issue
Block a user