Home
last modified time | relevance | path

Searched refs:window_scroll_to_location (Results 1 – 12 of 12) sorted by relevance

/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/interface/
H A DWindow_internal.cpp9 window_scroll_to_location(this, coords); in SetLocation()
22 window_scroll_to_location(mainWindow, newCoords); in ScrollToViewport()
H A DWindow.h744 void window_scroll_to_location(rct_window* w, const CoordsXYZ& coords);
H A DWindow.cpp806 void window_scroll_to_location(rct_window* w, const CoordsXYZ& coords) in window_scroll_to_location() function
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/windows/
H A DViewport.cpp147window_scroll_to_location(mainWindow, { info.Loc, tile_element_height(info.Loc) }); in OnMouseUp()
H A DNews.cpp115 window_scroll_to_location(_mainWindow, subjectLoc.value()); in OnUpdate()
H A DPlayer.cpp241 window_scroll_to_location(mainWindow, coord); in window_player_overview_mouse_up()
H A DGameBottomToolbar.cpp183 window_scroll_to_location(mainWindow, subjectLoc.value()); in window_game_bottom_toolbar_mouseup()
H A DMap.cpp589 window_scroll_to_location(mainWindow, { mapCoords, mapZ }); in window_map_scrollmousedown()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/scripting/
H A DScViewport.hpp222 window_scroll_to_location(w, *coords); in scrollTo()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/
H A DReplayManager.cpp864 window_scroll_to_location(mainWindow, result->Position); in ReplayCommands()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/ride/
H A DRideConstruction.cpp144 window_scroll_to_location(w, { trackElement, trackElement.element->GetBaseZ() }); in ride_construct()
H A DRide.cpp3789 window_scroll_to_location(w, location); in ConstructMissingEntranceOrExit()
3815 window_scroll_to_location(w, { *trackElement, trackElement->element->GetBaseZ() }); in ride_scroll_to_track_error()