Krombik / keysender

Node.js Desktop Automation for Windows.
MIT License
75 stars 6 forks source link

`Virtual.mouse.move` sends "LMB pressed" [fix available] [Windows] #29

Open Mr-VIT opened 9 months ago

Mr-VIT commented 9 months ago

https://github.com/Krombik/keysender/blob/d7eab7bc3bd287f2a756a87910130dd0e60b35e8/src/addon/virtual.cpp#L30 3th param should be 0 or 'pressed' mouse buttons by Virtual.mouse.toggle, not just 1 (LMB)