Forum Discussion

yasaswi_taliyak's avatar
yasaswi_taliyak
New Contributor
8 years ago

Mousewheel action failed in windows10

There is a dropdown in one of my PC apps. I see MouseWheel() method in the list of supporting methods for the object.

 

But the function does nothing in Windows 10. Could someone let me know if there is anything specific in Windows 10 that I should be taking care?

 

Thanks,

Yasaswi

2 Replies

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    How are you implementing the method? What parameters are you passing to "MouseWheel"? It does take parameters for it to actually do something so, if you're just calling "MouseWheel()", it won't actually do anything.

    Did you attempt the same thing in a different OS? If so, what happened there?

    • yasaswi_taliyak's avatar
      yasaswi_taliyak
      New Contributor

      Hi Rob,

       

      I have passed the mouse scroll length as the parameter (eg. MouseWheel(1) where I need the mouse to be scrolled once!). Yes, I attempted the same on Win7 and that worked as expected.

       

      Thanks,

      Yasaswi