1
0
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:
Ted John
2018-06-07 21:38:45 +01:00
parent 370a6300c0
commit a4d6a45e78
6 changed files with 264 additions and 248 deletions

View File

@@ -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()