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

Function isRightMouseButtonDown

src/OpenLoco/src/Input/MouseInput.cpp:1694–1697  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1692 }
1693
1694 bool isRightMouseButtonDown()
1695 {
1696 return _rightMouseButtonDown;
1697 }
1698
1699 void setRightMouseButtonDown(bool status)
1700 {

Callers 1

nextMouseInputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected