Re: Where are mouse 2nd and 3rd buttons?

Venkat Rao (vr01@gte.com)
Tue, 16 Feb 1999 07:47:40 -0500 (EST)

The modifiers supported in Windows are described exactly where they
should be: Platform Specific Issues. Specifically,
CONST
left = 16; (* left mouse button pressed *)
middle = 17; (* middle mouse button pressed *)
right = 18; (* right mouse button pressed *)
shift = 24; (* Shift key pressed *)
ctrl = 25; (* Control key pressed *)
alt = 28; (* Alt key pressed *)

Interclicking, although an excellent idea and perhaps supportable within
Blackbox, probably should be avoided for a Windows based system.

Venkat
GTE
P.S. Please use the search system of Blackbox to find information. It
really works! Although any documentation can be improved, I have found
Blackbox's documentation to be excellent.