Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ ToggleReverseMouse
Method
ToggleReverseMouse
engine/Poseidon/Input/InputSubsystem.cpp:1260–1263 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1258
1259
bool InputSubsystem::IsReverseMouse() const
1260
{
1261
return GInput.mouse.reverseY;
1262
}
1263
void InputSubsystem::SetReverseMouse(bool v)
1264
{
1265
GInput.mouse.reverseY = v;
1266
}
Callers
2
OnButtonClicked
Method · 0.80
test_input_integration.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected