Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ GetMouseDeltaY
Method
GetMouseDeltaY
engine/Poseidon/Input/InputSubsystem.cpp:711–714 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
709
}
710
float InputSubsystem::GetMouseDeltaY() const
711
{
712
return GInput.mouse.deltaY;
713
}
714
float InputSubsystem::GetMouseWheel() const
715
{
716
return GInput.mouse.deltaZ;
717
}
Callers
4
MouseDeltaY
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