Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenRCT2/OpenRCT2
/ ViewportRotateSingle
Function
ViewportRotateSingle
src/openrct2/interface/Viewport.cpp:793–796 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
791
}
792
793
void ViewportRotateSingle(WindowBase* window, int32_t direction)
794
{
795
ViewportRotateSingleInternal(*window, direction);
796
}
797
798
void ViewportRotateAll(int32_t direction)
799
{
Callers
2
onMouseUp
Method · 0.85
rotation_set
Method · 0.85
Calls
1
ViewportRotateSingleInternal
Function · 0.85
Tested by
no test coverage detected