• 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
modifier-flags with no key pressed and mouseDown 256, why?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

modifier-flags with no key pressed and mouseDown 256, why?


  • Subject: modifier-flags with no key pressed and mouseDown 256, why?
  • From: Alexander Reichstadt <email@hidden>
  • Date: Fri, 16 Jan 2009 22:08:49 +0100

Hi,

I have a phenomenon I am exploiting but unless I know for sure why it works must stop to use. The objective is to make sure that while the mousebuttons is being pressed no other modifier key is pressed, if anything is pressed the whole method return. Testing for 256 seems to work, why?

	NSUInteger	modifierFlags = [currentEvent modifierFlags];
	if (modifierFlags!=256) return;

Is there some documentation that supports this test, or do I have to check for all the different keys not to be pressed instead?

Thanks
Alex

Attachment: smime.p7s
Description: S/MIME cryptographic signature

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: modifier-flags with no key pressed and mouseDown 256, why?
      • From: Shawn Erickson <email@hidden>
    • Re: modifier-flags with no key pressed and mouseDown 256, why?
      • From: Michael Ash <email@hidden>
    • Re: modifier-flags with no key pressed and mouseDown 256, why?
      • From: Dave DeLong <email@hidden>
  • Prev by Date: Re: CABasicAnimation : Can I run a CABasicAnimation and get it's updated values on it's progress?
  • Next by Date: Re: modifier-flags with no key pressed and mouseDown 256, why?
  • Previous by thread: Re: .DMG Keeps Getting Bigger After Converting?
  • Next by thread: Re: modifier-flags with no key pressed and mouseDown 256, why?
  • Index(es):
    • Date
    • Thread