MCPcopy 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
706float InputSubsystem::GetMouseDeltaX() const
707{
708 return GInput.mouse.deltaX;
709}
710float InputSubsystem::GetMouseDeltaY() const
711{
712 return GInput.mouse.deltaY;
713}

Callers 4

MouseDeltaXMethod · 0.80
PollMethod · 0.80
SimulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected