MCPcopy 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

onMouseUpMethod · 0.85
rotation_setMethod · 0.85

Calls 1

Tested by

no test coverage detected