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.