Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Locking the mouse to "x" window
#1
Hello,

I'm new to Quick macros, and was wondering if there is a way to lock my mouse to a given window or a specific rect.

Thanks,
Daspied
#2
Macro
Code:
Copy      Help
int w1=win("Quick Macros" "QM_Editor")
RECT r; GetWindowRect w1 &r
ClipCursor &r
10
ClipCursor 0


Forum Jump:


Users browsing this thread: 1 Guest(s)