Mouse with a scrolling wheel

John M McIntosh johnmci at smalltalkconsulting.com
Sun Nov 10 01:14:30 UTC 2002


>       evt->modifiers = CtrlKeyBit;

Well that is a problem, the mac does
	evt->modifiers = modifierMap[(cmdKey >> 8)];
to use the command key, versus the control key.

mmm and the comment in the unix source forge source is
		   | (2 << 8)                          /* Ctrl  */

Sigh, I'll look at changing the mac version.

--
======================================================================== 
===
John M. McIntosh <johnmci at smalltalkconsulting.com> 1-800-477-2659
Corporate Smalltalk Consulting Ltd.  http://www.smalltalkconsulting.com
======================================================================== 
===




More information about the Squeak-dev mailing list