On Thu, 03 Aug 2000 08:56:31 +0000, [EMAIL PROTECTED] wrote:
> I have 3 buttons mouse. When I dragging with right mouse button, only
> one message (Mouse dragged) is printed.
> When I dragging with middle mouse button, I got a lot of messages. (This
> is a right function, but with middle mouse button).
> In Openstep for Mach 4.2 this example works fine (with right mouse
> button).
>
> I test this example on RedHat 6.2, Solaris 2.8 with gstep-core-000709
> (000730).
> Do I something wrong ?

Ther code was treating any button other than button1 as the right button for
mouse down events, but only accepting button2 as the right button for mouse
movement events.

I made a quick hack for consistency (any button other than button1 is the
'right' button now).
Probably there is a better solution - but I think that can wait until after
the 0.6.6 release.

Reply via email to