MOU.H     Is the header file for the mouse functions.

MOUFUN.C  Is a collection of mouse functions, written for Microsoft,
          which can be included in other programs.
          Each function is commented for ease of use.

MOUDEMO3.C This is a demo program, which can be used in a mouse driven menu
           or a mouse test program.  You can see the mouse cursor move.
           The left and right botton status aer displayed.
           When the left mouse button is pressed, the X and Y positions
           are displayed.
           
