Re: Unable to detect a NSRightMouseDown event using a three-button mouse?

2008-07-27 Thread Charles Srstka
On Jul 26, 2008, at 7:42 AM, Cloud Strife wrote: Hi everyone. Maybe this issue is very odd, but I came across it indeed. I wrote an application using an override NSView to respond events trigged by users. Obviously, rewrite the -(void)mouseDown:(NSEvent* )theEvent is necessary. I want to

Unable to detect a NSRightMouseDown event using a three-button mouse?

2008-07-26 Thread Cloud Strife
Hi everyone. Maybe this issue is very odd, but I came across it indeed. I wrote an application using an override NSView to respond events trigged by users. Obviously, rewrite the -(void)mouseDown:(NSEvent* )theEvent is necessary. I want to test what button of mouse the user presses. So I want to