Mouse position: Difference between revisions

Content added Content deleted
(fixed language tags)
Line 141: Line 141:
The following program will help capture mouse position with the help of Windows and classes units.
The following program will help capture mouse position with the help of Windows and classes units.


program Project1;
<lang Delphi>program Project1;
{$APPTYPE CONSOLE}
{$APPTYPE CONSOLE}
uses
uses
Line 155: Line 155:
sleep(300);
sleep(300);
end
end
end.
end.</lang>


--[[User:Neo.abhinav|Neo.abhinav]] 17:00, 6 May 2011 (UTC)
--[[User:Neo.abhinav|Neo.abhinav]] 17:00, 6 May 2011 (UTC)