Borland Delphi

Var hwnd, x, y: integer;
Hwnd := 0;
x := 0;
y := 0;
try
Capture.GetCursorInfo(hwnd, x, y);
End;
Comments