> Probably because Windows can't know, how much distance would a single wheel > click scroll.
If I remember correctly, applications just get a blast of scroll events, so I suppose in theory it could send the number of events relative to the distance traveled by the finger during scroll. Just a guess though. > I have done it to FreeCAD (Qt4), see > https://github.com/FreeCAD/FreeCAD/blob/47536dcd3729d3db106af628d62f2bf449e68c49/src/Gui/WinNativeGestureRecognizers.cpp#L236 That'd probably work in Geany too then, since it's just native win32 stuff. We keep all that cruft in [this file](https://github.com/geany/geany/blob/master/src/win32.c) if you want to give it a try. I won't work on this myself unless someone wants to send me a new monitor for free :) -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/1977#issuecomment-430048307
