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]
Was mich bewegt
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)”