GithubHelp home page GithubHelp logo

Comments (3)

cyotek avatar cyotek commented on July 19, 2024

Hello,

Thanks for the bug report, that's something I haven't come across before.

What mouse are you using? I don't really want to add random fixes without being able to reproduce it so I'm slightly wary of this code at present. The MSDN page for WM_MOUSEWHEEL proposes a slightly different solution to what you have implemented, but regardless of the final solution I'd still like to be able to repro it first. I use similar code to the (original) delta code in other controls without custom wheel processing too.

Many thanks for taking the time to log the issue and propose a solution.

Regards;
Richard Moss

from cyotek.windows.forms.imagebox.

finito avatar finito commented on July 19, 2024

Hi,

I had never come across it before either until I started using this mouse. The mouse I am using right now is a Microsoft IntelliMouse Explorer (Model: 1004) (Was previously using a Logitech Performance MX but I need to get a replacement) but as far as I know it is any mouse that has a high resolution/smooth scroll. I have found doing a search on Google for "High-resolution mouse wheel" brings up information.

That fix is for when cannot do partial or per-pixel scrolling. So another way could be to change ProcessMouseZoom so it can do smaller increments using the delta.

A crude way to reproduce the problem for testing would be to change the incoming delta values to a factor of 120 (will need to handle multiples aswell). This will simulate the problem for the mouse you are using.

This will work (I have tested it with my Logitech Performance MX and it reproduces the problem):

int delta = 30 * (e.Delta / SystemInformation.MouseWheelScrollDelta);
spins = Math.Abs(delta / SystemInformation.MouseWheelScrollDelta);

Regards,
Charles

from cyotek.windows.forms.imagebox.

cyotek avatar cyotek commented on July 19, 2024

Hello,

Thanks for the follow up. I used to love my IntelliMouse Explorers, they were good mice and I still have a couple of receivers still floating around after the base units themselves gave up the ghost. I don't even think you can get them now, just as difficult getting Comfort Curve 2000 replacements.

I'll take a look at this as soon as I can - I've been working on and off on a newer version of the control for some time now, should probably do some more work on that!

Regards;
Richard Moss

from cyotek.windows.forms.imagebox.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.