perlabsrat Posted June 3, 2009 Posted June 3, 2009 A simple enough command, MouseMove(0,0,50) It works just as expected, my arrow moves to the top left of the screen, however once I grab the mouse and move it just a nudge, the cursor snaps right back to the original cords. The system is a winxp system running in vmware workstation. I even tried to do a MouseClick("left",0,0) after a short delay but its still not working correctly. On my XP notebook this works fine, just not in the VM. Any ideas? Thanks.
Roman9 Posted June 3, 2009 Posted June 3, 2009 Does a MouseMove(20,20,100) MouseClick("left", 20, 20, 1, 20) work?
perlabsrat Posted June 3, 2009 Author Posted June 3, 2009 Does a MouseMove(20,20,100) MouseClick("left", 20, 20, 1, 20) work? No. I have tried this also on win2k8 and it works there, its something to do with being in the vm but im not sure what. Thanks.
Inverted Posted June 3, 2009 Posted June 3, 2009 (edited) Check VMWARE's mouse capturing options. Also, I prefer VirtualBox Edited June 3, 2009 by Inverted
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