MCPcopy Create free account
hub / github.com/OpenLoco/OpenLoco / loc_4C6FCE

Function loc_4C6FCE

src/OpenLoco/src/Input/MouseInput.cpp:1731–1736  ·  view source on GitHub ↗

0x004C6FCE

Source from the content-addressed store, hash-verified

1729
1730 // 0x004C6FCE
1731 static MouseButton loc_4C6FCE(int32_t& x, int32_t& y)
1732 {
1733 x = _cursor2.x;
1734 y = _cursor2.y;
1735 return MouseButton::released;
1736 }
1737
1738 // 0x004C70F1
1739 static MouseButton rightMouseButtonReleased(int32_t& x, int32_t& y)

Callers 1

nextMouseInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected