MCPcopy Create free account
hub / github.com/Illation/ETEngine / SetMouseWheelDelta

Method SetMouseWheelDelta

Engine/source/EtCore/Util/InputManager.cpp:126–129  ·  view source on GitHub ↗

--------------------------------- InputManager::SetMouseWheelDelta Sets how much the user scrolled in the last frame

Source from the content-addressed store, hash-verified

124// Sets how much the user scrolled in the last frame
125//
126void InputManager::SetMouseWheelDelta(ivec2 const& mouseWheel)
127{
128 m_MouseWheelDelta = math::vecCast<float>(mouseWheel);
129}
130
131//---------------------------------
132// InputManager::RegisterCursorShapeManager

Callers 2

InitMethod · 0.80
InitMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected