We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ec188c + 14a428a commit 4d13756Copy full SHA for 4d13756
1 file changed
Simulator/include/IbInputSimulator/SendTypes/Razer.hpp
@@ -106,7 +106,7 @@ namespace Send::Type::Internal {
106
control.mi.Flags |= MOUSE_VIRTUAL_DESKTOP;
107
}
108
control.mi.LastX = mi.dx;
109
- control.mi.LastY = mi.dy;
+ control.mi.LastY = (LONG)std::round(mi.dy / 1.2);
110
111
112
if (mi.dwFlags & MOUSEEVENTF_LEFTDOWN)
0 commit comments