keys down OTHER than modifiers in mouseDown:
keys down OTHER than modifiers in mouseDown:
- Subject: keys down OTHER than modifiers in mouseDown:
- From: Michael Willhide <email@hidden>
- Date: Mon, 28 Oct 2002 03:24:53 -0600
Hi, I'm hoping this is trivial but haven't found anything in the
documentation about it.
In my view's mouseDown: function i'm trying to see if a regular key,
something other than those reported by the modifierFlags: function, is
down when the mouse is clicked. I'm thinking this has to be easy... I
hope I'm right.
BTW: cocoa doesn't like the following ;)
from mouseDown:
NSString* str = [theEvent characters];
I know, but I had to try it.
Thanks in advance.
Mike
_______________________________________________
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.