Jump to content

Any way to lock the cursor within a certain window?


Recommended Posts

Basically, I have a game that plays in window mode and I'm always accidentally clicking past the edge of the window which minimizes it. Is there an effective way to stop this? I know I can use something like while (1) winActivate($title), but it still minimizes even if only for a second. Is there a way to lock the cursor within a specific window with AutoIt? Also, is there any way to disable the Windows Keys? Same problem.

Much appreciated.

Link to comment
Share on other sites

_MouseTrap will trap the mouse.


Time you enjoyed wasting is not wasted time ......T.S. Elliot
Suspense is worse than disappointment................Robert Burns
God help the man who won't help himself, because no-one else will...........My Grandmother

Link to comment
Share on other sites

Thanks. I didn't know about that, but it worked perfect. :whistle:

I'm assuming that disabling the LWIN and RWIN keys with AutoIt isn't possible...

I guess what I could do is make a registry file that disables them and one that renables them, and then have my script run them.

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...