16.1 Constants, types and variables

The following constants are defined (to be used in e.g. the GetLastButtonPress (519) call).

  LButton = 1; {left button}
  RButton = 2; {right button}
  MButton = 4; {middle button}
The following variable exist:
   MouseFound: Boolean;
it is set to True or False in the unit’s initialization code.