next up previous contents index
Next: Functions and procedures Up: The Mouse unit Previous: The Mouse unit

Constants, types and variables

The following constants are defined (to be used in e.g. the GetLastButtonPress 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.



Michael Van Canneyt
Thu Sep 10 13:59:33 CEST 1998