Forum Discussion
- tristaanogreEsteemed 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_taliyakNew 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