tomagucci Posted October 30, 2008 Posted October 30, 2008 I am doing some things that require mouse click and I have an incredibly sensitive 1500 dpi gaming mouse that will move at the slightest vibration, is there any way that when I am running my script i can disable my actual mouse for a period of time? Does that even sound feasible? any help would be great. thanks
tomagucci Posted October 30, 2008 Author Posted October 30, 2008 but when i use mousetrap doesnt that prevent me from using mouseclick?
Josbe Posted October 30, 2008 Posted October 30, 2008 but when i use mousetrap doesnt that prevent me from using mouseclick?Mouse clicks, not. But you could use a limited region for possible clicks. Also, _MouseTrap confine the movement. AUTOIT > AutoIt docs / Beta folder - AutoIt latest beta
tomagucci Posted October 30, 2008 Author Posted October 30, 2008 okay so i have a vitrual machine which is programmed to run certain programs and such through mouseclick, I check on it periodically but if i happen to move the mouse slightly when it is running, it will miss the point that it is supposed to click and the entire process is ruined. I want a a way so that if i open my virtual machine it wont even let me use my regular mouse, only use mouseclick function to move around during a certain period of the script. does that make sense?
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now