Drew Posted January 15, 2009 Posted January 15, 2009 (edited) I'm sure theres a way , but how might I go about blocking input except to a specific , active , window? to where unless you minimized it , you couldn't move your mouse off it. Edited January 15, 2009 by Drew
rasim Posted January 15, 2009 Posted January 15, 2009 I'm sure theres a way , but how might I go about blocking input except to a specific , active , window?to where unless you minimized it , you couldn't move your mouse off it.Examples:Keyboard&Mouse Hook _MouseSetOnEvent
Drew Posted January 15, 2009 Author Posted January 15, 2009 I remember a much simpler way , to restrict mouse movement to a set space of coordinates.
Moderators SmOke_N Posted January 15, 2009 Moderators Posted January 15, 2009 I remember a much simpler way , to restrict mouse movement to a set space of coordinates._MouseTrap Common sense plays a role in the basics of understanding AutoIt... If you're lacking in that, do us all a favor, and step away from the computer.
Richard Robertson Posted January 15, 2009 Posted January 15, 2009 http://msdn.microsoft.com/en-us/library/ms928585.aspxClipCursor()
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