Hey there!
Is there a way to detect movement only for 1 specific window?
HWnd is not really working, it still detects movement in all the windows within the region
This is my script:
;Checksum actual
HotKeySet("{f2}", 'exit_')
MsgBox(0, '', '0')
Beep(500, 2000)
$Hwnd = WinA...