MCPcopy 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}
710float InputSubsystem::GetMouseDeltaY() const
711{
712 return GInput.mouse.deltaY;
713}
714float InputSubsystem::GetMouseWheel() const
715{
716 return GInput.mouse.deltaZ;
717}

Callers 4

MouseDeltaYMethod · 0.80
PollMethod · 0.80
SimulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected