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

Function WindowZoomIn

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

* * rct2: 0x006887A6 */

Source from the content-addressed store, hash-verified

1062 * rct2: 0x006887A6
1063 */
1064 void WindowZoomIn(WindowBase& w, bool atCursor)
1065 {
1066 WindowZoomSet(w, w.viewport->zoom - 1, atCursor);
1067 }
1068
1069 /**
1070 *

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