greenmachine Posted April 29, 2006 Posted April 29, 2006 MouseMove to a certain position is a simple method. _MouseTrap (I believe it's a beta function, check the helpfile) keeps it in a certain area.
Paulie Posted April 29, 2006 Posted April 29, 2006 You could use mouse trap, but depending on what your using it for, you could jst "blockinput" While 1 Sleep(30000) BlockInput(1) Sleep(30000) BlockInput(0) Wend
Thatsgreat2345 Posted April 29, 2006 Posted April 29, 2006 blockinputs going to block all keyboard functions and mouse functions not just the mouse
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