Disable mouse wheel windows 10

broken image
broken image

I think hook and SendInput can meet your needs.

broken image

I have thought of and looked into a few possible solutions, but none of them seem complete: Other built-in touchpad gestures should not be effected.ĭoes this need to be implemented as some kind of driver?.This is important because it will ensure that the UI element that is being scrolled will not change during scrolling. While the scrolling gesture is in effect, normal mouse movement should be disabled.Preferably, scrolling should be smooth as well (not in large ticks). This should effect any program that is running, just like real mouse or touchpad scrolling. My program needs to be able to generate scrolling events, as if by the default touchpad gesture or the mouse scroll wheel.My question is how to implement the scrolling behavior. I have the code to read the raw touchpad data, and I have a rough idea of how I want to implement the gesture. I'm writing a program to implement chiral scrolling on a touchpad.