----- Original Message ----- From: "Mattias Gaertner" <[EMAIL PROTECTED]>
Mouse.CursorPos.X := 80;
Mouse.CursorPos.Y := 80;

this is accepted in the IDE

Mouse.CursorPos:=Point(80,80);
this isn't accepted

Paul
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to