Mastodon
Programmierung

Mouse: How to get the MousePosition (D4)

In Delphi 4 you can use the Mouse global variable.

[code lang=”delphi”]begin
x := Mouse.CursorPos.X;
y := Mouse.CursorPos.Y;
end;
[/code]

[tags]Delphi, Misc, Mouse[/tags]

0 Kommentare zu “Mouse: How to get the MousePosition (D4)

Schreibe einen Kommentar

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