octalmage / robotjs

Node.js Desktop Automation.
http://robotjs.io
MIT License
12.26k stars 937 forks source link

Fixed scrollMouse() bug on windows #664

Open akanshSirohi opened 3 years ago

akanshSirohi commented 3 years ago

Fixed closed issue #663

HadiModarres commented 2 years ago

@octalmage The errors from the CI doesn't seem related to anything being broken from this PR, would you be kind to check the pipeline? Would be nice to get this PR in, currently scrollMouse doesn't do anything on Win

lucasvieceli commented 2 years ago

up

AkasaHakase commented 1 year ago

scrollMouse在windows11上面没有任何有用的反应,scrollMouse似呼已失效

akanshSirohi commented 1 year ago

@AkasaHakase I have been using the fixed version of this for a while now and on windows 11 too, that is working perfectly fine.

NandishNR commented 1 year ago

Could you please share in which version of robotjs this fix will be available.

favour1025 commented 2 months ago

I changed the corresponding code in the mouse.c file according to the prompts, but it did not achieve the expected effect

DevPioneer007 commented 2 months ago

@akanshSirohi I'm currently using the fixed version but scrollMouse() still not work on windows10

akanshSirohi commented 2 months ago

@DevPioneer007 I am using this code in one of my apps in production, it's been installed on various windows platforms including windows 10 and the code works fine. Make sure to compile the changes properly.