mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-02-23 19:49:43 +01:00
Disable forwarding the scroll event (#10513)
This commit is contained in:
@@ -114,6 +114,7 @@ namespace ColorPicker.Mouse
|
||||
{
|
||||
MouseDevice mouseDev = InputManager.Current.PrimaryMouseDevice;
|
||||
MouseWheel.Invoke(null, new MouseWheelEventArgs(mouseDev, Environment.TickCount, (int)mouseHookStruct.mouseData >> 16));
|
||||
return new IntPtr(-1);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user