Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ GetMouseDeltaX
Method
GetMouseDeltaX
engine/Poseidon/Input/InputSubsystem.cpp:707–710 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
705
706
float InputSubsystem::GetMouseDeltaX() const
707
{
708
return GInput.mouse.deltaX;
709
}
710
float InputSubsystem::GetMouseDeltaY() const
711
{
712
return GInput.mouse.deltaY;
713
}
Callers
4
MouseDeltaX
Method · 0.80
Poll
Method · 0.80
Simulate
Method · 0.80
test_input_integration.cpp
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected