summaryrefslogtreecommitdiff
path: root/fpcdocs/mouseex/template.pp
blob: ff8d4dbdadc51970cb6dc39b9d9260b0376bce1c (plain)
1
2
3
4
5
6
7
8
9
10
Program Example;

{ Program to demonstrate the *** function. }

Uses mouse;

begin
  InitMouse;
  DoneMouse;
end.