Mastodon
Programmierung

Mouse: How to get the MousePosition

[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

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht.