MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / BufferWheel

Method BufferWheel

engine/Poseidon/Input/MouseState.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void MouseState::BufferWheel(float dy)
25{
26 bufWheel_ += dy * kWheelUnitsPerNotch;
27}
28
29void MouseState::DiscardBuffered()
30{

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected