Plugin winRect=Window.GetClientRect(hwn)
    winPoint = Split(winRect, "|", -1, 1)
    cx = CInt(winPoint(0))
    cy = CInt(winPoint(1))
    bx = CInt(winPoint(0)) + ax
    by = CInt(winPoint(1)) + ay
    Delay 600
Return 尋找滑鼠