mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-28 17:24:47 +01:00
Move more Ui functions to Ui library (#22444)
* Move various methods into the ui library * Move various zoom functions to ui
This commit is contained in:
@@ -540,14 +540,9 @@ void WindowViewportGetMapCoordsByCursor(
|
||||
void WindowViewportCentreTileAroundCursor(WindowBase& w, int32_t map_x, int32_t map_y, int32_t offset_x, int32_t offset_y);
|
||||
void WindowCheckAllValidZoom();
|
||||
void WindowZoomSet(WindowBase& w, ZoomLevel zoomLevel, bool atCursor);
|
||||
void WindowZoomIn(WindowBase& w, bool atCursor);
|
||||
void WindowZoomOut(WindowBase& w, bool atCursor);
|
||||
void MainWindowZoom(bool zoomIn, bool atCursor);
|
||||
|
||||
void WindowDrawAll(DrawPixelInfo& dpi, int32_t left, int32_t top, int32_t right, int32_t bottom);
|
||||
void WindowDraw(DrawPixelInfo& dpi, WindowBase& w, int32_t left, int32_t top, int32_t right, int32_t bottom);
|
||||
void WindowDrawWidgets(WindowBase& w, DrawPixelInfo& dpi);
|
||||
void WindowDrawViewport(DrawPixelInfo& dpi, WindowBase& w);
|
||||
|
||||
bool ToolSet(const WindowBase& w, WidgetIndex widgetIndex, Tool tool);
|
||||
void ToolCancel();
|
||||
|
||||
Reference in New Issue
Block a user