Re: Where are mouse 2nd and 3rd buttons?
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.
Received on Tue Feb 16 1999 - 13:56:00 UTC
This archive was generated by hypermail 2.3.0
: Thu Sep 26 2013 - 06:27:42 UTC