[code lang=”delphi”]var
ThePoint: TPoint;
begin
GetCursorPos(ThePoint);
end;
[/code]
[tags]Delphi, Misc, Mouse[/tags]
Was mich bewegt
[code lang=”delphi”]var
ThePoint: TPoint;
begin
GetCursorPos(ThePoint);
end;
[/code]
[tags]Delphi, Misc, Mouse[/tags]
0 Kommentare zu “Mouse: How to get the MousePosition”