• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Modifier keys and panther...
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Modifier keys and panther...


  • Subject: Re: Modifier keys and panther...
  • From: Fabian Lidman <email@hidden>
  • Date: Tue, 16 Dec 2003 19:52:31 +0100

-(void)mouseDown:(NSEvent *)event
{
if([event modifierFlags] && NSShiftKeyMask)
[self addToSelection:[self convertPoint:[event
locationInWindow] fromView:nil]];
else
[self selectCardAt:[self convertPoint:[event
locationInWindow] fromView:nil]];
}

It's a long shot, but don't you mean if([event modifierFlags] & NSShiftKeyMask)?
_______________________________________________
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.
References: 
 >Modifier keys and panther... (From: Jiva DeVoe <email@hidden>)

  • Prev by Date: Fwd: Modifier keys and panther...
  • Next by Date: Re: Modifier keys and panther...
  • Previous by thread: Modifier keys and panther...
  • Next by thread: Re: Modifier keys and panther...
  • Index(es):
    • Date
    • Thread