We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6e29c58 + 5118b18 commit 4ca315bCopy full SHA for 4ca315b
1 file changed
Source/GUI/Wrappers/GUIInputWrapper.cpp
@@ -180,4 +180,6 @@ void GUIInputWrapper::UpdateKeyJoyMouseInput(float keyElapsedTime) {
180
m_MouseButtonsStates[0] = GUIInput::Up;
181
m_MouseButtonsEvents[0] = GUIInput::None;
182
}
183
+
184
+ m_MouseWheelChange = g_UInputMan.MouseWheelMovedByPlayer(m_Player);
185
0 commit comments