Thema
:
Delphi
Mauskoordinaten wie in OnMouseMove() in OnClick()
Einzelnen Beitrag anzeigen
MCXSC
(Gast)
n/a Beiträge
#
3
Re: Mauskoordinaten wie in OnMouseMove() in OnClick()
6. Jul 2007, 03:35
markieren
Delphi-Quellcode:
var
Point: TPoint;
begin
GetCursorPos(Point);
end
;
Damit hast du in Point.x und Point.y die Koordinaten...
[
OT
]
Zitat von
ThE_-_BliZZarD
:
Ich mag: [...] Onkelz
Ich hasse: AggroBerlin
w0rd
[/
OT
]
Zitat