Re: Modifier keys and panther...
Re: Modifier keys and panther...
- Subject: Re: Modifier keys and panther...
- From: Stéphane Sudre <email@hidden>
- Date: Tue, 16 Dec 2003 20:05:55 +0100
On mardi, dicembre 16, 2003, at 07:13 PM, Jiva DeVoe wrote:
I'm having a strange problem with modifier keys. I have an NSView that
looks for the mouse down event, when the event comes in it seems to
always have the shift modifier. Here's the code.
-(void)mouseDown:(NSEvent *)event
{
if([event modifierFlags] && NSShiftKeyMask)
Is there 2 '&' in the source too?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.