MCPcopy Create free account
hub / github.com/OpenRCT2/OpenRCT2 / WindowZoomOut

Function WindowZoomOut

src/openrct2-ui/interface/Window.cpp:1073–1076  ·  view source on GitHub ↗

* * rct2: 0x006887E0 */

Source from the content-addressed store, hash-verified

1071 * rct2: 0x006887E0
1072 */
1073 void WindowZoomOut(WindowBase& w, bool atCursor)
1074 {
1075 WindowZoomSet(w, w.viewport->zoom + 1, atCursor);
1076 }
1077
1078 void MainWindowZoom(bool zoomIn, bool atCursor)
1079 {

Callers 4

WindowViewportWheelInputFunction · 0.85
MainWindowZoomFunction · 0.85
onMouseUpMethod · 0.85
onMouseUpMethod · 0.85

Calls 1

WindowZoomSetFunction · 0.85

Tested by

no test coverage detected