Quote:
Originally Posted by kknb
gibt halt kein mousemove für den hintergrund ;)
|
Code:
Func MouseMoveTo($x, $y)
$lParam = _WinAPI_MakeLong($x, $y)
DllCall("user32.dll", "int", "PostMessage", "hwnd", "Guild Wars", "int", 0x200, "int", 0, "long", $lParam)
EndFunc