Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ SetMouseSensitivityX
Method
SetMouseSensitivityX
engine/Poseidon/Input/InputSubsystem.cpp:1292–1295 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1290
}
1291
bool InputSubsystem::IsMouseButtonsReversed() const
1292
{
1293
return GInput.mouse.buttonsReversed;
1294
}
1295
void InputSubsystem::SetMouseButtonsReversed(bool v)
1296
{
1297
GInput.mouse.buttonsReversed = v;
1298
}
Callers
8
DrawMouseTab
Function · 0.80
Destroy
Method · 0.80
OnButtonClicked
Method · 0.80
OnSliderPosChanged
Method · 0.80
SetRowValue
Method · 0.80
test_input_integration.cpp
File · 0.80
~MouseStateSnapshot
Method · 0.80
test_mouse_page.cpp
File · 0.80
Calls
no outgoing calls
Tested by
1
~MouseStateSnapshot
Method · 0.64