#2
sych2025-01-02 09:33
|
POINTAPI=REPLICATE(CHR(0),8)
GetCursorPos(@POINTAPI)
res = ScreenToClient(hwnd, POINTAPI)
x = POINTAPI.x * 15 && ? 如何获取X,Y值
y = POINTAPI.y * 15 && ?
WindowFromPoint(X,Y)