wheel_left and wheel_right still can't be detected in `Learn Input` window.
This commit is contained in:
Arne
2020-06-30 20:41:05 +08:00
committed by GitHub
parent 50a2f13dbe
commit 1020cd70d1

View File

@@ -537,6 +537,7 @@ namespace mpvnet
case 0x101: // WM_KEYUP
case 0x104: // WM_SYSKEYDOWN
case 0x105: // WM_SYSKEYUP
case 0x20e: // WM_MOUSEHWHEEL fix for #124
{
bool skip = m.Msg == 0x100 && LastAppCommand != 0 &&
(Environment.TickCount - LastAppCommand) < 1000;