Vieleicht mit
Delphi-Quellcode:
var
CursorPos: TPoint;
begin
GetCursorPos(CursorPos);
Caption := IntToStr(CursorPos.X) +' '+ IntToStr(CursorPos.Y);
end;
Und dann CursorPos.X in einer Variable speichen und gucken ob sie größer oder kleiner ist das gleiche noch mit CursorPos.Y !
Mfg MrScholz