Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Any way to restrict Mouse movement to set of coordinates
#2
Code:
Copy      Help
RECT r
r.left=200
r.top=200
r.right=400
r.bottom=400
;GetWindowRect win &r

atend ClipCursor 0
ClipCursor &r
10


Messages In This Thread

Forum Jump:


Users browsing this thread: 2 Guest(s)