Re: Checking if a modifier key is pressed
Re: Checking if a modifier key is pressed
- Subject: Re: Checking if a modifier key is pressed
- From: j o a r <email@hidden>
- Date: Mon, 4 Aug 2003 14:40:33 +0200
How about using:
[[NSEvent currentEvent] modifierFlags]
j o a r
On Monday, Aug 4, 2003, at 14:28 Europe/Stockholm, Jesus De Meyer wrote:
I would like to check if a modifier key is pressed before I continue
with a certain method. Normally this would be done inside the keyDown
method, but I'm not using that.
_______________________________________________
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.