mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-27 08:45:00 +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:
@@ -71,7 +71,6 @@ struct WindowBase
|
||||
EntityId viewport_smart_follow_sprite{ EntityId::GetNull() }; // Handles setting viewport target sprite etc
|
||||
|
||||
void SetLocation(const CoordsXYZ& coords);
|
||||
void ScrollToViewport();
|
||||
void Invalidate();
|
||||
void RemoveViewport();
|
||||
|
||||
@@ -166,12 +165,6 @@ struct WindowBase
|
||||
virtual void OnLanguageChange()
|
||||
{
|
||||
}
|
||||
|
||||
void ResizeFrame();
|
||||
void ResizeFrameWithPage();
|
||||
|
||||
void ResizeSpinner(WidgetIndex widgetIndex, const ScreenCoordsXY& origin, const ScreenSize& size);
|
||||
void ResizeDropdown(WidgetIndex widgetIndex, const ScreenCoordsXY& origin, const ScreenSize& size);
|
||||
};
|
||||
|
||||
#ifdef __WARN_SUGGEST_FINAL_METHODS__
|
||||
|
||||
Reference in New Issue
Block a user