Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
WindowViewportWheelInput
Function · 0.85
MainWindowZoom
Function · 0.85
onMouseUp
Method · 0.85
onMouseUp
Method · 0.85
Calls
1
WindowZoomSet
Function · 0.85
Tested by
no test coverage detected