Wesley Smith (wesley.h...@gmail.com) on 2008-12-26 3:04 AM said: >Is there a way to know if a modifier key (shift, ctrl, option, cmd, >etc) is pressed? Obviously, there's this: >NSUInteger modifierFlags = [theEvent modifierFlags]; > >but what if you need to know this information independent of an >NSEvent? Anyway to get it? So far I haven't seen anything >encouraging in the docs.
There's GetCurrentKeyModifiers(), which is superbly documented in CarbonEventsCore.h. But sticking with NSEvent, if you can, if probably better. Sean _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com