Jump to content

disable mouse


 Share

Recommended Posts

The script I wrote click a button that it finds dynamicaly through a UDF I wrote. Everything works fine as long as you do not move the mouse right after you click the button in the script GUI. I already have the speed set to 0 (instant) for the mouse click, but still, if you move the mouse fast enough it will fuck up.

Link to comment
Share on other sites

When you use blockinput(1), start it, do your mouseclick, then use blockinput(0). That way the user won't see much disruption, and you can make the app more stable. Did you look into doing a controlclick on the control you are working with? It may be a better approach to your issue.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...