{

              
            
               ͻ ͻ ͻ    ͻ ͻ
                    ˼ ͹ ͼ ͹     ͻ
                   ͼ          ͼ ͼ

  The MAX Graphics GUI Kit is Copyright 1995-Current Larry L. Athey (LA-Soft).
  Color Averaging procedures are courtesy of Sean Price (Rude Dog Software).
  }

INTERFACE

CONST
  MouseStandard     = 0; {Mouse mask definitions}
  MouseUpArrow      = 1;
  MouseDownArrow    = 2;
  MouseLeftArrow    = 3;
  MouseRightArrow   = 4;
  MouseCheckMark    = 5;
  MouseUpHand       = 6;
  MouseDownHand     = 7;
  MouseLeftHand     = 8;
  MouseRightHand    = 9;
  MouseStopHand     = 10;
  MouseHourGlass    = 11;
  MouseDiagCross    = 12;
  MouseRectCross    = 13;
  MouseRectBox      = 14;
  MouseTargetCross  = 15;
  MouseTargetCircle = 16;
  MouseTargetBox    = 17;
  MouseQuestionMark = 18;
  MouseClockCursor  = 19;

VAR
  ClockOn    : BOOLEAN;
  ClockCount : BYTE;

{}
FUNCTION  MousePointIn(Mx,My,x1,y1,x2,y2 : INTEGER) : BOOLEAN;
PROCEDURE SpinMouse;
PROCEDURE MouseMask256(Lib : STRING);
PROCEDURE MouseMask(Mask : BYTE);
{}
