1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-28 09:14:58 +01:00

Move Widget, Window, Intent, MouseInput into OpenRCT2 namespace (#23642)

This commit is contained in:
Aaron van Geffen
2025-01-18 14:29:41 +01:00
committed by GitHub
parent b9f6b6f754
commit e1fa0b539d
21 changed files with 6070 additions and 6009 deletions

View File

@@ -830,7 +830,7 @@ std::optional<RowColumn> CustomListView::GetItemIndexAt(const ScreenCoordsXY& po
return result;
}
Widget* CustomListView::GetWidget() const
OpenRCT2::Widget* CustomListView::GetWidget() const
{
size_t scrollIndex = 0;
for (WidgetIndex widgetIndex = 0; widgetIndex < ParentWindow->widgets.size(); widgetIndex++)