-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mouse clicks doesn't work on Windows 10 #10
Comments
Hello Barak i see you fix the problem checking stackoverflow. Please can explain how you do? Really apreciated some help |
Hi, To get the mouse id:
SendMouseEvent MoveMouseBy MoveMouseTo Remember to the bool useDriver from false to true. |
On my platform the correct mouse device is 11. |
Thank you. saved my life. mine was also 11. |
Yup, correct device is 11 For anyone not being able to send mouse clicks, and in the line change the 12 to 11, so now the line looks like this
|
I tried to change the MouseState enum values with no success.
By the way, thanks for great project!
The text was updated successfully, but these errors were encountered: